@ -47,7 +47,7 @@ class wizard_report(osv.osv_memory):
'tot_check':fields.boolean('Show Total'),
'lab_str':fields.char('Description',size=128),
'inf_type':fields.selection([('bgen','Balance General'),('bcom','Balance Comprobacion'),('edogp','Estado Ganancias y Perdidas'),('bml','Libro Mayor Legal')],'Tipo Informe',required=True),
'currency_id':fields.many2one('res.currency','Secondary Currency',help="Forces all values for this report to be expressed in this secondary currency."),