Changes in dashboard start date and end date default logic such that the

conditions for fiscal year range are met
This commit is contained in:
Anand Doshi
2011-12-12 20:24:06 +05:30
parent 3a23a5740e
commit 130ae98675
2 changed files with 15 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ class DashboardWidget:
return self.glc.get_as_on_balance(acc, fiscal_year, start, debit_or_credit, lft, rgt)
else:
webnotes.msgprint('Please select the START DATE and END DATE such that\
they fall within the <b>same fiscal year</b> as defined in\
they fall within <b>fiscal year(s)</b> as defined in\
Setup > System > Fiscal Year.', raise_exception=1)