Skip to content
Snippets Groups Projects
Commit 57869b90 authored by Fekete Mihai's avatar Fekete Mihai
Browse files

Modify General Ledger report to be printed on landscape if set in wizard.

parent 8dd4c83d
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ class account_report_general_ledger(osv.osv_memory):
if data['form']['landscape'] is False:
data['form'].pop('landscape')
else:
context['landscape'] = data['form']['landscape']
return self.pool['report'].get_action(cr, uid, [], 'account.report_generalledger', data=data, context=context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment