Merge pull request #19438 from ahmadRagheb/patch-1

fix:  getdate get imported twice
This commit is contained in:
Deepesh Garg 2019-10-30 10:58:12 +05:30 committed by GitHub
commit d0003408c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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