fixes bug#24439

dev:
qua:


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112791 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2022-06-15 20:49:38 +00:00
parent 4bb191cfda
commit b3afc61bf7
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
label="${c:l('busquedaConfTotemController.valorParcelaMinima.value')}" />                 label="${c:l('busquedaConfTotemController.valorParcelaMinima.value')}" />                
<hlayout> <hlayout>
<textbox id="txtPrecioParcelaMinima" <textbox id="txtPrecioParcelaMinima"
value="@{winEditarTarifa$composer.tarifa.precio,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" value="converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
constraint="no zero, no negative, /([0-9]+(\,[0-9][0-9]?)?)?/ " constraint="no zero, no negative, /([0-9]+(\,[0-9][0-9]?)?)?/ "
precision="10" scale="2" /> precision="10" scale="2" />