mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
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:
@@ -163,6 +163,7 @@ erpnext.buying = {
|
||||
}
|
||||
|
||||
company() {
|
||||
super.company();
|
||||
if (!frappe.meta.has_field(this.frm.doc.doctype, "billing_address")) return;
|
||||
|
||||
frappe.call({
|
||||
|
||||
Reference in New Issue
Block a user