leonardo 2015-10-28 20:10:59 +00:00
parent 0ba39216c9
commit 0007e578d3
3 changed files with 9 additions and 0 deletions

View File

@ -873,6 +873,7 @@ editarPuntoVentaController.lbColonia.value = Barrio
editarPuntoVentaController.lbCodPostal.value = CP
editarPuntoVentaController.lbStaAprobacion.value = Aprobación
editarPuntoVentaController.lbComentarios.value = Comentários
editarPuntoVentaController.lbIndEstoqueMotorista.value=Estoque Motorista
editarPuntoVentaController.lbdscUsuarioInternet.value = Usuário internet
editarPuntoVentaController.lbdscContrasenaInternet.value = Senha internet
editarPuntoVentaController.lbdscNumDoCPuntoVenta.value = RFC

View File

@ -911,6 +911,7 @@ editarPuntoVentaController.lbColonia.value = Bairro
editarPuntoVentaController.lbCodPostal.value = CP
editarPuntoVentaController.lbStaAprobacion.value = Aprovação
editarPuntoVentaController.lbComentarios.value = Comentários
editarPuntoVentaController.lbIndEstoqueMotorista.value=Estoque Motorista
editarPuntoVentaController.lbdscUsuarioInternet.value = Usuário Internet
editarPuntoVentaController.lbdscContrasenaInternet.value = Senha Internet
editarPuntoVentaController.lbdscNumDoCPuntoVenta.value = CNPJ

View File

@ -317,6 +317,13 @@
value="@{winEditarPuntoVenta$composer.puntoVenta.comentarios}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
<row>
<!-- Estoque Motorista -->
<label
value="${c:l('editarPuntoVentaController.lbIndEstoqueMotorista.value')}" />
<checkbox id="ckIndEstoqueMotorista"
checked="@{winEditarPuntoVenta$composer.puntoVenta.indEstoqueMotorista}" />
</row>
</rows>
</grid>
</tabpanel>