-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: rename "Cost Center Wise Financial Statements" Report to "Cost Center Financial Statements" Report #1184
fix: rename "Cost Center Wise Financial Statements" Report to "Cost Center Financial Statements" Report #1184
Conversation
erpnext/accounts/report/cost_center_financial_statements/cost_center_financial_statements.js
Outdated
Show resolved
Hide resolved
erpnext/accounts/report/cost_center_financial_statements/cost_center_financial_statements.js
Outdated
Show resolved
Hide resolved
4c55db6
to
4583433
Compare
4583433
to
80b6083
Compare
"label": __("Cost Center"), | ||
"fieldtype": "MultiSelectList", | ||
get_data: function(txt) { | ||
return frappe.db.get_link_options('Cost Center', txt, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an interesting function, will discuss @hrwX
@hitenshKharva Did you delete the files for the existing "wise" report? I cannot see old files being deleted in this PR. |
80b6083
to
bd35434
Compare
@sahil28297 I deleted files and tried to commit, Git shows files renamed. Therefore, I wrote a patch to delete the old files. I have committed deletion of files. Review it and let me know the changes. |
Ref : Asana Task