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