mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge branch 'bohlian-develop' into develop
This commit is contained in:
@@ -188,7 +188,7 @@ class ProcessPayroll(Document):
|
|||||||
|
|
||||||
return journal_entry.as_dict()
|
return journal_entry.as_dict()
|
||||||
|
|
||||||
|
@frappe.whitelist()
|
||||||
def get_month_details(year, month):
|
def get_month_details(year, month):
|
||||||
ysd = frappe.db.get_value("Fiscal Year", year, "year_start_date")
|
ysd = frappe.db.get_value("Fiscal Year", year, "year_start_date")
|
||||||
if ysd:
|
if ysd:
|
||||||
|
|||||||
Reference in New Issue
Block a user