mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[Fix] Code cleanup (#14843)
This commit is contained in:
committed by
Nabin Hait
parent
6be8bea934
commit
8179bcbabd
@@ -9,7 +9,7 @@ from frappe.utils import flt,cstr
|
|||||||
from erpnext.accounts.report.financial_statements import get_period_list
|
from erpnext.accounts.report.financial_statements import get_period_list
|
||||||
|
|
||||||
def execute(filters=None):
|
def execute(filters=None):
|
||||||
columns, data = [], []
|
columns, data, chart = [], [], []
|
||||||
if filters.get('fiscal_year'):
|
if filters.get('fiscal_year'):
|
||||||
company = erpnext.get_default_company()
|
company = erpnext.get_default_company()
|
||||||
period_list = get_period_list(filters.get('fiscal_year'), filters.get('fiscal_year'),"Monthly", company)
|
period_list = get_period_list(filters.get('fiscal_year'), filters.get('fiscal_year'),"Monthly", company)
|
||||||
|
|||||||
Reference in New Issue
Block a user