fixes bug#6204
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@43224 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ca76f55f69
commit
d6edf5bc77
|
@ -43,7 +43,7 @@
|
||||||
value="${c:l('editarTipoEventoExtraController.importeMaximo.label')}" />
|
value="${c:l('editarTipoEventoExtraController.importeMaximo.label')}" />
|
||||||
<textbox id="impMax"
|
<textbox id="impMax"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||||
precision="8" scale="2" constraint="no empty"
|
precision="7" scale="2" constraint="no empty"
|
||||||
value="@{winEditarTipoEventoExtra$composer.tipoEventoExtra.impmax,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
value="@{winEditarTipoEventoExtra$composer.tipoEventoExtra.impmax,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
|
Loading…
Reference in New Issue