mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[general ledger] group by voucher option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user