(root)/ – Rev 36073
Rev 36072 |
Rev 36074 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36073 2026-03-26 16:47:26
- Author: amit
- Log message:
- Prevent THIRD_PARTY/BAD warehouses from being used as fulfilment warehouse
- BrandRegionMapping: Filter availability query to only return OURS/GOOD
warehouses as vendor_warehouse_id in both reservation and stock subqueries.
Prevents THIRD_PARTY warehouses from entering fulfilment pipeline.
- TransactionServiceImpl: Add OURS/GOOD validation in processTransaction()
before setting warehouse_id. Throws if invalid warehouse slips through
any code path, matching existing validation in changeFulfillmentWarehouse().