Merge pull request #32231 from frappe/mergify/bp/version-14-hotfix/pr-32225

fix: create dunning from sales invoice (backport #32225)
This commit is contained in:
Nabin Hait
2022-09-16 13:06:45 +05:30
committed by GitHub

View File

@@ -2429,7 +2429,6 @@ def create_dunning(source_name, target_doc=None):
target.closing_text = letter_text.get("closing_text")
target.language = letter_text.get("language")
amounts = calculate_interest_and_amount(
target.posting_date,
target.outstanding_amount,
target.rate_of_interest,
target.dunning_fee,