Skip to content

Commit

Permalink
Merge pull request frappe#30914 from deepeshgarg007/payment_reco_lint…
Browse files Browse the repository at this point in the history
…ing_issue

chore: Linting issues
  • Loading branch information
deepeshgarg007 authored May 6, 2022
2 parents 96db9ee + b7698aa commit 4c2fdfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

frappe.provide("erpnext.accounts");
Expand Down Expand Up @@ -38,7 +38,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
]
};
});

this.frm.set_query("cost_center", () => {
return {
"filters": {
Expand Down

0 comments on commit 4c2fdfe

Please sign in to comment.