[fix] Imported getdate in erpnext

This commit is contained in:
Vishal 2017-09-19 15:18:33 +05:30
parent 546130c046
commit b4d73cbda0

View File

@ -3,6 +3,7 @@ from __future__ import unicode_literals
import inspect
import frappe
from erpnext.hooks import regional_overrides
from frappe.utils import getdate
__version__ = '9.2.19'