From aedb171dd4d3b30d419f94c80ac5ef4555cf3ea8 Mon Sep 17 00:00:00 2001 From: jll-02 <63648645+jll-02@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:07:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20fixing=20buying=20controller=20t?= =?UTF-8?q?o=20include=20transaction=20controller=E2=80=A6=20(#49140)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: :bug: fixing buying controller to include transaction controller function * refactor: fixed formatting --------- Co-authored-by: Mihir Kandoi --- erpnext/public/js/controllers/buying.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/controllers/buying.js b/erpnext/public/js/controllers/buying.js index be8c38cadbe..33819a842b0 100644 --- a/erpnext/public/js/controllers/buying.js +++ b/erpnext/public/js/controllers/buying.js @@ -163,6 +163,7 @@ erpnext.buying = { } company() { + super.company(); if (!frappe.meta.has_field(this.frm.doc.doctype, "billing_address")) return; frappe.call({