commit | b4d73cbda03fec02963a229aa278dcbcbcb310c8 | [log] [tgz] |
---|---|---|
author | Vishal <vishaldhayagude07@gmail.com> | Tue Sep 19 15:18:33 2017 +0530 |
committer | Vishal <vishaldhayagude07@gmail.com> | Tue Dec 05 16:41:09 2017 +0530 |
tree | 2781884b75f3b3aab1828758a8220eebf0d43ba1 | |
parent | 546130c04674f9b03bc209b9fb7539cbc3fa5418 [diff] |
[fix] Imported getdate in erpnext
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 022ac92..a4950e7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -3,6 +3,7 @@ import inspect import frappe from erpnext.hooks import regional_overrides +from frappe.utils import getdate __version__ = '9.2.19'