Merge branch 'master' into AL-4887
commit
7c653c6183
|
@ -1397,7 +1397,7 @@
|
|||
value="${c:l('editarPuntoVentaController.lblInicial.value')}" />
|
||||
<textbox id="importeInicial"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
precision="7" scale="2" constraint="no empty" />
|
||||
precision="10" scale="2" constraint="no empty" />
|
||||
|
||||
</row>
|
||||
<row>
|
||||
|
@ -1405,7 +1405,7 @@
|
|||
value="${c:l('editarPuntoVentaController.lblBase.value')}" />
|
||||
<textbox id="importeBase"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
precision="7" scale="2" constraint="no empty"/>
|
||||
precision="10" scale="2" constraint="no empty"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Loading…
Reference in New Issue