Rev 14448 |
Compare with Previous |
Directory listing |
Details |
Blame |
View Log
| RSS feed
Last modification
- Rev 35564 – 10 h 55 m
- 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.