Merge pull request 'fixes bug#AL-3928' (!419) from AL-3928 into master
Reviewed-on: adm/VentaBoletosAdm#419 Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>master 1.54.9
commit
7ba122a40a
4
pom.xml
4
pom.xml
|
@ -4,12 +4,12 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.54.8</version>
|
||||
<version>1.54.9</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.40.7</modelWeb.version>
|
||||
<flyway.version>1.30.0</flyway.version>
|
||||
<flyway.version>1.30.1</flyway.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
value="${c:l('editarTipoEventoExtraController.importeMaximo.label')}" />
|
||||
<textbox id="impMax"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
precision="10" scale="2" constraint="no empty"
|
||||
precision="12" scale="2" constraint="no empty"
|
||||
value="@{winEditarTipoEventoExtra$composer.tipoEventoExtra.impmax,converter=com.rjconsultores.ventaboletos.web.utilerias.StringDecimalToDecimalConverter}" />
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in New Issue