mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix: get_link_to_form for serial and batch bundle
This commit is contained in:
@@ -1373,7 +1373,7 @@ class StockEntry(StockController):
|
|||||||
frappe.throw(
|
frappe.throw(
|
||||||
_(
|
_(
|
||||||
"The Serial and Batch Bundle {0} is not valid for this transaction. The 'Type of Transaction' should be 'Outward' instead of 'Inward' in Serial and Batch Bundle {0}"
|
"The Serial and Batch Bundle {0} is not valid for this transaction. The 'Type of Transaction' should be 'Outward' instead of 'Inward' in Serial and Batch Bundle {0}"
|
||||||
).format(get_link_to_form(serial_and_batch_bundle)),
|
).format(get_link_to_form("Serial and Batch Bundle", serial_and_batch_bundle)),
|
||||||
title=_("Invalid Serial and Batch Bundle"),
|
title=_("Invalid Serial and Batch Bundle"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user