fixes in stock entry

This commit is contained in:
Anand Doshi
2013-03-26 12:33:43 +05:30
parent 9f91053201
commit acec0227c5
5 changed files with 83 additions and 94 deletions

View File

@@ -250,4 +250,5 @@ class TransactionBase(DocListController):
def validate_posting_time(self):
if not self.doc.posting_time:
self.doc.posting_time = now_datetime().strftime('%H:%M:%S')
self.doc.posting_time = now_datetime().strftime('%H:%M:%S')