mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
chore: mass trailing whitespace and EOF fixes
This commit is contained in:
@@ -76,7 +76,7 @@ frappe.query_reports["Fixed Asset Register"] = {
|
||||
fieldtype: "Link",
|
||||
options: "Asset Category"
|
||||
},
|
||||
{
|
||||
{
|
||||
fieldname:"finance_book",
|
||||
label: __("Finance Book"),
|
||||
fieldtype: "Link",
|
||||
|
||||
@@ -99,7 +99,7 @@ def prepare_chart_data(data, filters):
|
||||
labels_values_map = {}
|
||||
date_field = frappe.scrub(filters.date_based_on)
|
||||
|
||||
period_list = get_period_list(filters.from_fiscal_year, filters.to_fiscal_year,
|
||||
period_list = get_period_list(filters.from_fiscal_year, filters.to_fiscal_year,
|
||||
filters.from_date, filters.to_date, filters.filter_based_on, "Monthly", company=filters.company)
|
||||
|
||||
for d in period_list:
|
||||
@@ -293,4 +293,4 @@ def get_columns(filters):
|
||||
"options": "Location",
|
||||
"width": 100
|
||||
},
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user