From 87cbed0911311d58ca6a3430b38d85c8c189426b Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:26:31 +0200 Subject: [PATCH] feat(Supplier): remove create buttons (#49843) --- erpnext/buying/doctype/supplier/supplier.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.js b/erpnext/buying/doctype/supplier/supplier.js index ff6f5ff7072..0621503c100 100644 --- a/erpnext/buying/doctype/supplier/supplier.js +++ b/erpnext/buying/doctype/supplier/supplier.js @@ -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 () {