cadastro de transportadora fixes bug#AL-4277
parent
309977f3ee
commit
bc0e2c780b
|
@ -5,3 +5,6 @@
|
|||
/settings.xml
|
||||
/dist
|
||||
/.factorypath
|
||||
/*.BASE.xml
|
||||
/*.LOCAL.xml
|
||||
/*.REMOTE.xml
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.102.3</version>
|
||||
<version>1.102.4</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -50,9 +50,11 @@ public class EditarTransportadoraController extends MyGenericForwardComposer {
|
|||
|
||||
transportadora = (Transportadora) Executions.getCurrent().getArg().get("transportadora");
|
||||
transportadoraList = (MyListbox) Executions.getCurrent().getArg().get("transportadoraList");
|
||||
|
||||
btnApagar.setVisible(transportadora.isActivo());
|
||||
btnSalvar.setVisible(transportadora.isActivo());
|
||||
|
||||
if(! isRegistroNovo(transportadora.getTransportadoraId()) ) {
|
||||
btnApagar.setVisible(transportadora.isActivo());
|
||||
btnSalvar.setVisible(transportadora.isActivo());
|
||||
}
|
||||
|
||||
preencheCombo();
|
||||
preencheRadios();
|
||||
|
|
Loading…
Reference in New Issue