fix: 🐛 fixing buying controller to include transaction controller… (#49140)

* fix: 🐛 fixing buying controller to include transaction controller function

* refactor: fixed formatting

---------

Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
This commit is contained in:
jll-02
2025-08-28 20:07:42 +02:00
committed by GitHub
parent 1fbde7b8c6
commit aedb171dd4

View File

@@ -163,6 +163,7 @@ erpnext.buying = {
}
company() {
super.company();
if (!frappe.meta.has_field(this.frm.doc.doctype, "billing_address")) return;
frappe.call({