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-87c2c4800839
master
gleimar 2016-07-16 16:43:46 +00:00
parent ba192afce1
commit 715169b705
1 changed files with 1 additions and 1 deletions

View File

@ -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>