chore: resolve conflicts

This commit is contained in:
Deepesh Garg
2022-05-03 12:21:06 +05:30
committed by GitHub
parent 0df96e1084
commit 366cd6171c

View File

@@ -38,9 +38,6 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
] ]
}; };
}); });
<<<<<<< HEAD
},
=======
this.frm.set_query("cost_center", () => { this.frm.set_query("cost_center", () => {
return { return {
@@ -50,8 +47,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
} }
} }
}); });
} },
>>>>>>> ab94b73e93 (fix: Cost center filter on payment reconciliation)
refresh: function() { refresh: function() {
this.frm.disable_save(); this.frm.disable_save();