mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: sre status and delivered qty
This commit is contained in:
@@ -935,7 +935,7 @@ class SellingController(StockController):
|
||||
"voucher_no": item.get(so_field),
|
||||
"voucher_detail_no": item.so_detail,
|
||||
"warehouse": item.warehouse,
|
||||
"status": ["in", ["Partially Delivered", "Delivered"]],
|
||||
"status": ["in", ["Partially Delivered", "Delivered", "Partially Used", "Closed"]],
|
||||
},
|
||||
order_by="creation",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user