Rev 15833 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 35564 2026-01-15 20:23:39
- Author: amit
- Log message:
- Fix getItemAvailabilityAtLocation method calls - add missing third parameter (stateId)
The method signature requires 3 parameters (itemId, sourceId, stateId) but was being called with only 2.
Added -1 as the third parameter to match other working usages in the codebase.