mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
fix: add missing param
This commit is contained in:
@@ -288,7 +288,7 @@ class SellingController(StockController):
|
|||||||
bold("net rate"),
|
bold("net rate"),
|
||||||
bold(rate),
|
bold(rate),
|
||||||
bold(frappe.get_meta("Selling Settings").get_label("validate_selling_price")),
|
bold(frappe.get_meta("Selling Settings").get_label("validate_selling_price")),
|
||||||
get_link_to_form("Selling Settings"),
|
get_link_to_form("Selling Settings", "Selling Settings"),
|
||||||
),
|
),
|
||||||
title=_("Invalid Selling Price"),
|
title=_("Invalid Selling Price"),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user