From b4d73cbda03fec02963a229aa278dcbcbcb310c8 Mon Sep 17 00:00:00 2001 From: Vishal Date: Tue, 19 Sep 2017 15:18:33 +0530 Subject: [PATCH] [fix] Imported getdate in erpnext --- erpnext/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 022ac92b323..a4950e76c57 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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'