fixes after merge

This commit is contained in:
Anand Doshi
2013-01-18 13:07:02 +05:30
parent 2865571cb9
commit 8b940ee451
5 changed files with 15 additions and 14 deletions

View File

@@ -223,7 +223,6 @@ class DocType(BuyingController):
self.values.append({
'item_code' : d.fields.has_key('item_code') and d.item_code or d.rm_item_code,
'warehouse' : wh,
'transaction_date' : getdate(self.doc.modified).strftime('%Y-%m-%d'),
'posting_date' : self.doc.posting_date,
'posting_time' : self.doc.posting_time,
'voucher_type' : 'Purchase Receipt',