mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
fix: minor issues in subcontracting inward
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user