valor default para campo a ser impresso fixes bug#7637
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57956 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ba192afce1
commit
715169b705
|
@ -88,7 +88,7 @@
|
|||
<row spans="2">
|
||||
<radiogroup id="grPrecoDesconto">
|
||||
<hbox>
|
||||
<radio id="rdPrecioTotal" label="${c:l('editarConvenioController.PrecioTotal.value')}" />
|
||||
<radio id="rdPrecioTotal" label="${c:l('editarConvenioController.PrecioTotal.value')}" checked="true" />
|
||||
<radio id="rdPrecioDescuento" label="${c:l('editarConvenioController.PrecioDescuento.value')}" />
|
||||
<radio id="rdDescuento" label="${c:l('editarConvenioController.Descuento.value')}" visible="false" />
|
||||
</hbox>
|
||||
|
|
Loading…
Reference in New Issue