mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +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() {
|
company() {
|
||||||
|
super.company();
|
||||||
if (!frappe.meta.has_field(this.frm.doc.doctype, "billing_address")) return;
|
if (!frappe.meta.has_field(this.frm.doc.doctype, "billing_address")) return;
|
||||||
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
|
|||||||
Reference in New Issue
Block a user