chore: Resolve conflicts

This commit is contained in:
Deepesh Garg
2022-06-06 20:36:40 +05:30
parent b3cbcd871b
commit 60d378aed2
2 changed files with 0 additions and 11 deletions

View File

@@ -45,13 +45,7 @@ erpnext.accounts.PurchaseInvoice = erpnext.buying.BuyingController.extend({
if (this.frm.doc.supplier && this.frm.doc.__islocal) {
this.frm.trigger('supplier');
}
<<<<<<< HEAD
erpnext.accounts.dimensions.setup_dimension_filters(this.frm, this.frm.doctype);
},
=======
}
>>>>>>> 3f376cc3a5 (fix: Parent dimension filters in orders)
refresh: function(doc) {
const me = this;

View File

@@ -53,12 +53,7 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
me.frm.refresh_fields();
}
erpnext.queries.setup_warehouse_query(this.frm);
<<<<<<< HEAD
erpnext.accounts.dimensions.setup_dimension_filters(this.frm, this.frm.doctype);
},
=======
}
>>>>>>> 3f376cc3a5 (fix: Parent dimension filters in orders)
refresh: function(doc, dt, dn) {
const me = this;