bug#10778
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@80271 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
58de3da387
commit
284208fea7
|
@ -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();
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue