Rev 36152 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36174 2026-04-02 20:04:04
- Author: amit
- Log message:
- Fix OOS false positive for dummy serialized items in warehouse management
Serialized items without serial numbers (e.g. dummy items with bulk qty) were
always classified as out-of-stock because the ageing query requires
currentQuantity=1 and a serial number join. Added fallback to scan-based
availability check when ageing returns empty, so items with physical stock
correctly show as in-stock.