fixes bug #8012
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@61466 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
81700c7fb1
commit
da4d237385
|
@ -3729,6 +3729,7 @@ busquedaEstacionController.lhDescEstacion.label = Descrição
|
||||||
busquedaEstacionController.ID.label = ID
|
busquedaEstacionController.ID.label = ID
|
||||||
busquedaEstacionController.lhDescMac.label = Descrição Mac
|
busquedaEstacionController.lhDescMac.label = Descrição Mac
|
||||||
busquedaEstacionController.lhNumCaja.label = Caixa
|
busquedaEstacionController.lhNumCaja.label = Caixa
|
||||||
|
busquedaEstacionController.lhNumPortaPinpad.label = Porta Pinpad
|
||||||
busquedaEstacionController.lhPuntoVenta.label = Ponto Venda
|
busquedaEstacionController.lhPuntoVenta.label = Ponto Venda
|
||||||
busquedaEstacionController.lhMAC.label = MAC
|
busquedaEstacionController.lhMAC.label = MAC
|
||||||
busquedaEstacionController.btnPesquisa.label = Pesquisa
|
busquedaEstacionController.btnPesquisa.label = Pesquisa
|
||||||
|
|
|
@ -115,7 +115,12 @@
|
||||||
label="${c:l('MSG.NO')}" />
|
label="${c:l('MSG.NO')}" />
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('busquedaEstacionController.lhNumPortaPinpad.label')}" />
|
||||||
|
<intbox id="txtNumPortaPinpad" width="90%" maxlength="2"
|
||||||
|
value="@{winEditarEstacion$composer.estacion.numPortaPinpad}"/>
|
||||||
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
|
Loading…
Reference in New Issue