mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
Merge pull request #30914 from deepeshgarg007/payment_reco_linting_issue
chore: Linting issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
// Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors
|
||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.provide("erpnext.accounts");
|
frappe.provide("erpnext.accounts");
|
||||||
@@ -38,7 +38,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
this.frm.set_query("cost_center", () => {
|
this.frm.set_query("cost_center", () => {
|
||||||
return {
|
return {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
|||||||
Reference in New Issue
Block a user