mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
first cut error fixes
This commit is contained in:
@@ -8,8 +8,6 @@ def execute():
|
||||
from stock.stock_ledger import update_entries_after
|
||||
for d in res:
|
||||
update_entries_after({
|
||||
item_code: d.item_code,
|
||||
warehouse: d.warehouse,
|
||||
posting_date: '2000-01-01',
|
||||
posting_time: '12:01'
|
||||
"item_code": d.item_code,
|
||||
"warehouse": d.warehouse,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user