Skip to content

Commit

Permalink
fix: ageing summary in AR
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK committed Sep 29, 2023
1 parent f160e49 commit d9eb44e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def set_ageing(doc, entry):
"range2": 60,
"range3": 90,
"range4": 120,
"customer": entry.customer,
"party_type": "Customer",
"party": entry.customer,
}
)
col1, ageing = get_ageing(ageing_filters)
Expand Down

0 comments on commit d9eb44e

Please sign in to comment.