diff --git a/erpnext/controllers/selling_controller.py b/erpnext/controllers/selling_controller.py index 7f387eea690..c2a9afadcf0 100644 --- a/erpnext/controllers/selling_controller.py +++ b/erpnext/controllers/selling_controller.py @@ -288,7 +288,7 @@ class SellingController(StockController): bold("net rate"), bold(rate), 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"), )