working on error in aged_partner_balance_na
This commit is contained in:
parent
b6d17bd3cf
commit
cc7c73ad9a
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ class AgedPartnerBalanceCustomHandler(models.AbstractModel):
|
||||||
(plus_days(date_to, 30), plus_days(date_to, 59)),
|
(plus_days(date_to, 30), plus_days(date_to, 59)),
|
||||||
(plus_days(date_to, 60), plus_days(date_to, 89)),
|
(plus_days(date_to, 60), plus_days(date_to, 89)),
|
||||||
(plus_days(date_to, 90), plus_days(date_to, 119)),
|
(plus_days(date_to, 90), plus_days(date_to, 119)),
|
||||||
(plus_days(date_to, 120), plus_days(date_to, 159)),
|
(plus_days(date_to, 120), False),
|
||||||
(plus_days(date_to, 160), False),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def build_result_dict(report, query_res_lines):
|
def build_result_dict(report, query_res_lines):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue