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