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
fabio 2024-02-28 13:40:53 +00:00
commit a734411b72
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>