fix: sre status and delivered qty

This commit is contained in:
Rohit Waghchaure
2025-08-25 21:00:08 +05:30
parent fa182395f6
commit 4cac80a968
4 changed files with 26 additions and 51 deletions

View File

@@ -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",
)