mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -38,10 +38,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
<<<<<<< HEAD
|
|
||||||
},
|
|
||||||
=======
|
|
||||||
|
|
||||||
this.frm.set_query("cost_center", () => {
|
this.frm.set_query("cost_center", () => {
|
||||||
return {
|
return {
|
||||||
"filters": {
|
"filters": {
|
||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user