From 7056ce54d71d376ec4a059795a592cd578d564ef Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 20 Feb 2017 23:28:47 +0530 Subject: [PATCH] Update salary_structure.py --- erpnext/hr/doctype/salary_structure/salary_structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.py b/erpnext/hr/doctype/salary_structure/salary_structure.py index 828962ef0e..b9f246a47c 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