Skip to content

Commit

Permalink
FIX print tax receipt wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Jul 10, 2017
1 parent 8ed9ed1 commit f60f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donation_base/wizard/tax_receipt_print.py
Expand Up @@ -35,7 +35,7 @@ def print_receipts(self):
self.receipt_ids.write({'print_date': today})
action = {
'type': 'ir.actions.report.xml',
'report_name': 'donation_tax_receipt.report_donationtaxreceipt',
'report_name': 'donation_base.report_donationtaxreceipt',
'data': datas,
'datas': datas, # for Aeroo
}
Expand Down

0 comments on commit f60f1ec

Please sign in to comment.