Update salary_structure.py

This commit is contained in:
Nabin Hait 2017-02-20 23:28:47 +05:30 committed by GitHub
parent 6cbe02400a
commit 7056ce54d7

View File

@ -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