commit | c6d5611408f44e066d2801fd622447471f7ac30f | [log] [tgz] |
---|---|---|
author | Manas Solanki <manas@erpnext.com> | Thu Jan 18 11:20:24 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Jan 18 11:20:24 2018 +0530 |
tree | 459cb55717aa126bf7e1f5c306d191672da09eb6 | |
parent | bd47abdc9aefa7f013da8784fbefccd355cadf73 [diff] |
Issue in the data import while importing the invoice
diff --git a/erpnext/utilities/transaction_base.py b/erpnext/utilities/transaction_base.py index 01125f9..0032e80 100644 --- a/erpnext/utilities/transaction_base.py +++ b/erpnext/utilities/transaction_base.py
@@ -26,7 +26,7 @@ now = now_datetime() self.posting_date = now.strftime('%Y-%m-%d') self.posting_time = now.strftime('%H:%M:%S.%f') - else: + elif self.posting_time: try: get_time(self.posting_time) except ValueError: