Rev 15833 |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 35564 – 23 h 45 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.