Browse Source

Merge f43fb6805d into 344f622326

pull/362/merge
Jacques-Etienne Baudoux 3 years ago
committed by GitHub
parent
commit
400fc3be9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      account_financial_report_webkit/report/open_invoices.py

2
account_financial_report_webkit/report/open_invoices.py

@ -122,7 +122,7 @@ class PartnersOpenInvoicesWebkit(report_sxw.rml_parse,
group_by_currency = self._get_form_param('group_by_currency', data)
if main_filter == 'filter_no' and fiscalyear:
start_period = self.get_first_fiscalyear_period(fiscalyear)
start_period = self._get_first_special_period()
stop_period = self.get_last_fiscalyear_period(fiscalyear)
# Retrieving accounts

Loading…
Cancel
Save