Merge pull request #12530 from frappe/manassolanki-patch-2

Issue in the data import while importing the invoice
This commit is contained in:
rohitwaghchaure 2018-01-19 15:35:23 +05:30 committed by GitHub
commit 0efd7934b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class TransactionBase(StatusUpdater):
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: