mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix: Re-add no.of rows split in alert message
(cherry picked from commit 1fc5844025)
This commit is contained in:
@@ -1564,8 +1564,8 @@ def split_invoices_based_on_payment_terms(outstanding_invoices, company) -> list
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
_("Splitting {0} {1} as per Payment Terms").format(
|
_("Splitting {0} {1} into {2} rows as per Payment Terms").format(
|
||||||
_(entry.voucher_type), frappe.bold(entry.voucher_no)
|
_(entry.voucher_type), frappe.bold(entry.voucher_no), len(split_rows)
|
||||||
),
|
),
|
||||||
alert=True,
|
alert=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user