Skip to content
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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// For license information, please see license.txt
/* eslint-disable */

frappe.query_reports["Cost Center Wise Financial Statements"] = {
frappe.query_reports["Cost Center Financial Statements"] = {
"filters": [
{
"fieldname":"company",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"add_total_row": 0,
"creation": "2020-10-20 00:25:11.717192",
"creation": "2021-04-13 23:16:27.255931",
"disable_prepared_report": 0,
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"idx": 0,
"is_standard": "Yes",
"modified": "2020-10-20 00:25:11.717192",
"modified": "2021-04-13 23:16:27.255931",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Cost Center Wise Financial Statements",
"name": "Cost Center Financial Statements",
"owner": "Administrator",
"prepared_report": 0,
"ref_doctype": "GL Entry",
"report_name": "Cost Center Wise Financial Statements",
"report_name": "Cost Center Financial Statements",
"report_type": "Script Report",
"roles": [
{
Expand Down
2 changes: 1 addition & 1 deletion erpnext/config/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def get_data():
},
{
"type": "report",
"name": "Cost Center Wise Financial Statements",
"name": "Cost Center Financial Statements",
"doctype": "GL Entry",
"is_query_report": True
},
Expand Down
3 changes: 2 additions & 1 deletion erpnext/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,5 @@ erpnext.patches.v13_0.delete_package_tag_property_setter_search_fields
erpnext.patches.v13_0.set_batch_qty_in_batch
erpnext.patches.v13_0.set_stock_valuation_method #2021-03-15
erpnext.patches.v13_0.delete_bank_reconciliation_doctype
erpnext.patches.v13_0.set_is_used #01-04-2021
erpnext.patches.v13_0.set_is_used #01-04-2021
execute:frappe.delete_doc_if_exists("Report", "Cost Center Wise Financial Statements")