fix: add missing param

This commit is contained in:
Mihir Kandoi
2026-02-03 09:29:46 +05:30
committed by GitHub
parent 12a2e98751
commit a61ad15998

View File

@@ -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"),
)