bug#10778

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@80271 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2018-03-27 00:20:21 +00:00
parent 58de3da387
commit 284208fea7
2 changed files with 4 additions and 2 deletions

View File

@ -86,6 +86,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
private Combobox cmbEstacion; private Combobox cmbEstacion;
private Button btnApagar; private Button btnApagar;
private Textbox txtDescEstacion; private Textbox txtDescEstacion;
private Textbox txtNomImpressoraBPe;
private Textbox txtDescMac; private Textbox txtDescMac;
private Textbox txtIpServidor; private Textbox txtIpServidor;
private Longbox txtNumCaja; private Longbox txtNumCaja;
@ -228,6 +229,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
txtNumFilial.getValue(); txtNumFilial.getValue();
txtNumPdv.getValue(); txtNumPdv.getValue();
txtDescEstacion.getValue(); txtDescEstacion.getValue();
txtNomImpressoraBPe.getValue();
txtNumCaja.getValue(); txtNumCaja.getValue();
txtOperadora.getValue(); txtOperadora.getValue();

View File

@ -84,9 +84,9 @@
<row> <row>
<label <label
value="${c:l('busquedaEstacionController.nomeImpressoraBPe.label')}" /> value="${c:l('busquedaEstacionController.nomeImpressoraBPe.label')}" />
<textbox id="txtNomImpressoaraBPe" <textbox id="txtNomImpressoraBPe"
width="90%" maxlength="20" width="90%" maxlength="20"
value="@{winEditarEstacion$composer.estacion.nombImpresoraBPe}" /> value="@{winEditarEstacion$composer.estacion.nomeImpressoraBPe}" />
</row> </row>
<row> <row>
<label <label