mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
chore: Resolve conflicts
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user