Merge branch 'bohlian-develop' into develop

This commit is contained in:
Anand Doshi 2016-03-08 17:40:10 +05:30
commit f9148f3a6f

View File

@ -188,7 +188,7 @@ class ProcessPayroll(Document):
return journal_entry.as_dict()
@frappe.whitelist()
def get_month_details(year, month):
ysd = frappe.db.get_value("Fiscal Year", year, "year_start_date")
if ysd: