Ignore calculating tds if amount/formula is mentioned in salary structure

This commit is contained in:
Nabin Hait 2018-06-29 17:39:06 +05:30
parent c1225a84cc
commit f4660d2479

View File

@ -5,7 +5,7 @@ from __future__ import unicode_literals
import frappe, erpnext
import datetime
from frappe.utils import add_days, cint, cstr, flt, getdate, rounded, date_diff, money_in_words
from frappe.utils import add_days, cint, cstr, flt, getdate, rounded, date_diff, money_in_words, getdate
from frappe.model.naming import make_autoname
from frappe import msgprint, _