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 Button btnApagar;
|
||||
private Textbox txtDescEstacion;
|
||||
private Textbox txtNomImpressoraBPe;
|
||||
private Textbox txtDescMac;
|
||||
private Textbox txtIpServidor;
|
||||
private Longbox txtNumCaja;
|
||||
|
@ -228,6 +229,7 @@ public class EditarEstacionController extends MyGenericForwardComposer {
|
|||
txtNumFilial.getValue();
|
||||
txtNumPdv.getValue();
|
||||
txtDescEstacion.getValue();
|
||||
txtNomImpressoraBPe.getValue();
|
||||
txtNumCaja.getValue();
|
||||
txtOperadora.getValue();
|
||||
|
||||
|
|
|
@ -84,9 +84,9 @@
|
|||
<row>
|
||||
<label
|
||||
value="${c:l('busquedaEstacionController.nomeImpressoraBPe.label')}" />
|
||||
<textbox id="txtNomImpressoaraBPe"
|
||||
<textbox id="txtNomImpressoraBPe"
|
||||
width="90%" maxlength="20"
|
||||
value="@{winEditarEstacion$composer.estacion.nombImpresoraBPe}" />
|
||||
value="@{winEditarEstacion$composer.estacion.nomeImpressoraBPe}" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
|
|
Loading…
Reference in New Issue