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({