fixes bug#24439
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112791 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4bb191cfda
commit
b3afc61bf7
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue