https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16826
--- Comment #4 from Lari Taskula <[email protected]> --- (In reply to Jiří Kozlovský from comment #2) > How about returning JSON with all the values possible? > > Let's say for availability: > { in_house: true, checkout: false } I think this is a good option for showing different types of availabilities. Anyway, to start pushing this feature forward, I wanted to upload a patch containing my current progress. It has the problem that I was thinking about earlier. For example the patch above considers an item with "notforloan" status as unavailable, while it could still be for reading room use. Btw, is this the definition of in-house use? Also, what other cases should we consider? I could modify this patch to better inform the different types of availabilities. Before that, it would be great to have input from others as well :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
