fixes bug #AL-2144
parent
1415237796
commit
1b8e964003
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.0.30</modelWeb.version>
|
||||
<modelWeb.version>1.0.31</modelWeb.version>
|
||||
<flyway.version>1.0.19</flyway.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -173,10 +173,6 @@ public class EditarFormaPagoController extends MyGenericForwardComposer {
|
|||
cmbTipoCarteiraDigital.setValue(formaPago.getTipoCarteiraDigital().toString());
|
||||
}
|
||||
|
||||
if(formaPago.getTipoFormapago() != null) {
|
||||
cmbTipoFormapago.setValue(formaPago.getTipoFormapago().toString());
|
||||
}
|
||||
|
||||
exibirOcultarCampos();
|
||||
txtNome.focus();
|
||||
}
|
||||
|
|
|
@ -77,9 +77,8 @@
|
|||
<combobox id="cmbTipoFormapago"
|
||||
width="70%"
|
||||
mold="rounded"
|
||||
|
||||
selectedItem="@{winEditarFormaPago$composer.formaPago.tipoFormapago,
|
||||
}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
selectedItem="@{winEditarFormaPago$composer.formaPago.tipoFormapago}"
|
||||
/>
|
||||
</row>
|
||||
<row id="rowTipoCarteiraDigital">
|
||||
|
|
Loading…
Reference in New Issue