Texto do Motivo de Cancelacion
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@22322 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a13c5fefce
commit
5d238de32b
|
@ -347,6 +347,7 @@ editarMotivoCancelacionController.MSG.suscribirOK = Motivo do cancelamento Regis
|
|||
editarMotivoCancelacionController.MSG.borrarPergunta = Deseja Eliminar Este Motivo de Cancelamento?
|
||||
editarMotivoCancelacionController.MSG.borrarOK = Motivo de Cancelamento Excluido com Sucesso.
|
||||
editarMotivoCancelacionController.lbtipomotivo.value = Tipo motivo
|
||||
editarMotivoCancelacionController.lbttextoVenda.value = Descrição para relatório de cancelamento.
|
||||
editarMotivoCancelacionController.MSG.tipo = Necessita informar um tipo motivo.
|
||||
|
||||
# Muestra a Reimpresión da Pesquisa Razón
|
||||
|
|
|
@ -45,6 +45,12 @@
|
|||
<comboitem value="C" label="CORRIDAS" />
|
||||
</combobox>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarMotivoCancelacionController.lbttextoVenda.value')}"/>
|
||||
<textbox rows="5" maxlength="100"
|
||||
width="90%" tabindex="50" value="@{winEditarMotivoCancelacion$composer.motivoCancelacion.txtRelatorio}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</window>
|
||||
|
|
Loading…
Reference in New Issue