Ajuste en parametros de recoleccion en punto de venta bug#AL-4505
parent
3af12659d7
commit
d29bef88f3
|
@ -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