Conferência de Caixa - MD (issue 9150)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72199 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2017-08-02 18:55:54 +00:00
parent 5bc1e8e3e6
commit 4349e8e3bb
1 changed files with 6 additions and 0 deletions

View File

@ -400,6 +400,12 @@
<checkbox id="checkCancelaPTA" <checkbox id="checkCancelaPTA"
checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueaCancTrocaPTA}"/> checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueaCancTrocaPTA}"/>
</row> </row>
<row>
<label
value="${c:l('editarPuntoVentaController.lbUTRRepasse.value')}" />
<checkbox id="checkUTRRepasse"
checked="@{winEditarPuntoVenta$composer.puntoVenta.indRepassaUTR}"/>
</row>
</rows> </rows>
</grid> </grid>
</tabpanel> </tabpanel>