git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@24462 d1611594-4594-4d17-8e1d-87c2c4800839
parent
605fcddcda
commit
ddd6a52fd4
|
@ -7,7 +7,7 @@
|
|||
# <controler>. <id>. <propiedade> = XXX
|
||||
|
||||
#Versao do VentaBoleto:
|
||||
versao = ADM_20130218_1RC113
|
||||
versao = ADM_20130219_1RC114
|
||||
|
||||
# MSG Defaut:
|
||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<hbox>
|
||||
<radio id="rdPrecioTotal" label="${c:l('editarConvenioController.PrecioTotal.value')}"/>
|
||||
<radio id="rdPrecioDescuento" label="${c:l('editarConvenioController.PrecioDescuento.value')}"/>
|
||||
<radio id="rdDescuento" label="${c:l('editarConvenioController.Descuento.value')}"/>
|
||||
<radio id="rdDescuento" label="${c:l('editarConvenioController.Descuento.value')}" visible="false" />
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
</row>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<hbox>
|
||||
<radio id="rdPrecioTotal" label="${c:l('editarSecretariaController.PrecioTotal.value')}" checked="true"/>
|
||||
<radio id="rdPrecioDescuento" label="${c:l('editarSecretariaController.PrecioDescuento.value')}"/>
|
||||
<radio id="rdDescuento" label="${c:l('editarSecretariaController.Descuento.value')}"/>
|
||||
<radio id="rdDescuento" label="${c:l('editarSecretariaController.Descuento.value')}" visible="false"/>
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
</row>
|
||||
|
|
Loading…
Reference in New Issue