mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[fix][patch] Repost reserved qty for stock item
This commit is contained in:
@@ -18,7 +18,9 @@ def execute():
|
||||
select distinct item_code, warehouse
|
||||
from `tabPacked Item` where docstatus=1 and parenttype='Sales Order'
|
||||
)
|
||||
) items
|
||||
) so_item
|
||||
where
|
||||
exists(select name from tabItem where name=so_item.item_code and ifnull(is_stock_item, 0)=1)
|
||||
""")
|
||||
|
||||
for item_code, warehouse in repost_for:
|
||||
|
||||
Reference in New Issue
Block a user