Merge pull request 'fixes bug#AL-3881' (!409) from AL-3881 into master
Reviewed-on: adm/VentaBoletosAdm#409 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master 1.53.8
commit
a734411b72
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.53.7</version>
|
||||
<version>1.53.8</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
value="${c:l('editarTipoEventoExtraController.importeMaximo.label')}" />
|
||||
<textbox id="impMax"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
precision="7" scale="2" constraint="no empty"
|
||||
precision="10" scale="2" constraint="no empty"
|
||||
value="@{winEditarTipoEventoExtra$composer.tipoEventoExtra.impmax,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue