mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
feat: more info for payment deductions
This commit is contained in:
@@ -1861,7 +1861,10 @@ def get_payment_entry(
|
|||||||
})
|
})
|
||||||
|
|
||||||
pe.append("deductions", {
|
pe.append("deductions", {
|
||||||
"amount": doc.dunning_amount
|
"account": doc.income_account,
|
||||||
|
"cost_center": doc.cost_center,
|
||||||
|
"amount": doc.dunning_amount,
|
||||||
|
"description": _("Interest and/or dunning fee")
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
pe.append(
|
pe.append(
|
||||||
|
|||||||
Reference in New Issue
Block a user