feat(Supplier): remove create buttons (#49843)

This commit is contained in:
Raffael Meyer
2025-10-02 00:26:31 +02:00
committed by GitHub
parent ca3e3a7941
commit 87cbed0911

View File

@@ -109,10 +109,6 @@ frappe.ui.form.on("Supplier", {
__("View")
);
frm.add_custom_button(__("Bank Account"), () => frm.make_methods["Bank Account"](), __("Create"));
frm.add_custom_button(__("Pricing Rule"), () => frm.make_methods["Pricing Rule"](), __("Create"));
frm.add_custom_button(
__("Get Supplier Group Details"),
function () {