diff --git a/budget_allocation/report/budget_source_fund_report.py b/budget_allocation/report/budget_source_fund_report.py index 150a3a63..9b2ffa45 100644 --- a/budget_allocation/report/budget_source_fund_report.py +++ b/budget_allocation/report/budget_source_fund_report.py @@ -90,8 +90,9 @@ def _get_select_amount_types(self): a.analytic_account_id, '%s' as amount_type, a.credit-a.debit as amount, - aa.bm_date_from as date_from, - aa.bm_date_to as date_to, + -- change aa.bm_date_from, aa.bm_date_to to a.date + a.date as date_from, + a.date as date_to, 1::boolean as allocation_active, 1::boolean as active %s """ diff --git a/budget_allocation/report/budget_source_fund_report_view.xml b/budget_allocation/report/budget_source_fund_report_view.xml index 359e297c..057499b6 100644 --- a/budget_allocation/report/budget_source_fund_report_view.xml +++ b/budget_allocation/report/budget_source_fund_report_view.xml @@ -42,11 +42,6 @@ - Source of Fund Monitoring budget.source.fund.report pivot,tree,graph - {'group_by':[], 'group_by_no_leaf':1, 'search_default_current_period': 1} + {'group_by':[], 'group_by_no_leaf':1}