mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
Merge pull request #32225 from nabinhait/dunning-fix
fix: create dunning from sales invoice
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user