fix: minor issues in subcontracting inward

This commit is contained in:
Mihir Kandoi
2025-11-03 17:50:59 +05:30
parent 44363c069e
commit 553ec40d4a
5 changed files with 12 additions and 13 deletions

View File

@@ -510,7 +510,6 @@ class SubcontractingInwardController:
)
.else_(table.qty)
- table.delivered_qty
- table.returned_qty
).as_("max_allowed_qty")
)
.where((table.name == item.scio_detail) & (table.docstatus == 1))