mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
committed by
Mergify
parent
d96590c4d9
commit
540a8540d6
@@ -2058,7 +2058,6 @@ def update_qty_in_future_sle(args, allow_negative_stock=False):
|
|||||||
where
|
where
|
||||||
item_code = %(item_code)s
|
item_code = %(item_code)s
|
||||||
and warehouse = %(warehouse)s
|
and warehouse = %(warehouse)s
|
||||||
and voucher_no != %(voucher_no)s
|
|
||||||
and is_cancelled = 0
|
and is_cancelled = 0
|
||||||
and (
|
and (
|
||||||
posting_datetime > %(posting_datetime)s
|
posting_datetime > %(posting_datetime)s
|
||||||
|
|||||||
Reference in New Issue
Block a user