[general ledger] group by voucher option

This commit is contained in:
Nabin Hait
2013-06-21 15:13:49 +05:30
parent 2ef637b346
commit f78d16cca1
3 changed files with 66 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ def execute():
i=0
for d in res:
try:
update_entries_after({ "item_code": d[0], "warehouse": d[1] })
update_entries_after({ "item_code": d[0], "warehouse": d[1]})
except:
pass
i += 1