From cad5c3414f32ef52d75437fe6417bab3954ef15a Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 10 Apr 2013 15:28:42 +0530 Subject: [PATCH] [serial no] [fix] removed transaction date passed for creating stock ledger entry --- stock/doctype/serial_no/serial_no.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock/doctype/serial_no/serial_no.py b/stock/doctype/serial_no/serial_no.py index 65bd2dd9c6b..bbf55b35e37 100644 --- a/stock/doctype/serial_no/serial_no.py +++ b/stock/doctype/serial_no/serial_no.py @@ -79,7 +79,6 @@ class DocType(StockController): values = [{ 'item_code' : self.doc.item_code, 'warehouse' : self.doc.warehouse, - 'transaction_date' : nowdate(), 'posting_date' : self.doc.purchase_date or (self.doc.creation and self.doc.creation.split(' ')[0]) or nowdate(), 'posting_time' : self.doc.purchase_time or '00:00', 'voucher_type' : 'Serial No',