0013239: Adm de produção não gera pedágios e taxas
fixes bug#13239 dev:Lucas Taiã qua:Bruno git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89507 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c8ac1dac87
commit
490cc1c841
|
@ -123,8 +123,8 @@ public class EditarTaxaEmbarqueParadaController extends MyGenericForwardComposer
|
|||
@Override
|
||||
public void doAfterCompose(Component comp) throws Exception {
|
||||
|
||||
lsOrgaoConcedente = orgaoConcedenteService.obtenerTodos();
|
||||
lsEmpresas = empresaService.obtenerTodosIncluindoEmpresaTodas();
|
||||
lsOrgaoConcedente = orgaoConcedenteService.obtenerTodosExceto(-1);
|
||||
lsEmpresas = empresaService.buscarTodosExceto(empresaService.obtenerTodosIncluindoEmpresaTodas(), -1);
|
||||
|
||||
super.doAfterCompose(comp);
|
||||
|
||||
|
@ -145,7 +145,7 @@ public class EditarTaxaEmbarqueParadaController extends MyGenericForwardComposer
|
|||
onClick$rdSi(null);
|
||||
}
|
||||
|
||||
public void onClick$btnSalvar(Event ev) throws InterruptedException {
|
||||
public void onClick$btnSalvar(Event ev) throws InterruptedException {
|
||||
|
||||
try {
|
||||
if (lsTaxaEmbarqueParada.isEmpty()) {
|
||||
|
|
Loading…
Reference in New Issue