commit | 7056ce54d71d376ec4a059795a592cd578d564ef | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Feb 20 23:28:47 2017 +0530 |
committer | GitHub <noreply@github.com> | Mon Feb 20 23:28:47 2017 +0530 |
tree | d3097801b14321f269a551d88dcbca79b861c1fe | |
parent | 6cbe02400a5d302cc55d1717eb241ac3596267c6 [diff] |
Update salary_structure.py
diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.py b/erpnext/hr/doctype/salary_structure/salary_structure.py index 828962e..b9f246a 100644 --- a/erpnext/hr/doctype/salary_structure/salary_structure.py +++ b/erpnext/hr/doctype/salary_structure/salary_structure.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals import frappe -from frappe.utils import flt, cint +from frappe.utils import flt, cint, getdate from frappe import _ from frappe.model.mapper import get_mapped_doc from frappe.model.document import Document