http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14370
--- Comment #4 from Joy Nelson <[email protected]> --- Not for loan items can be overridden at the time of checkout, if needed. Restricted items cannot be checked out ever (if value=1). So the intention seems clear from the code that if you are restricting an item, you are setting it to be 'circulation impossible'. I like the option of allowing for negative numbers that could be circulated, but positive numbers that actually do restrict. If you look at withdrawn, you can have multiple withdrawn values and ALL of them will prohibit circulation. Why allow an authorised value list to be used for restricted if you do not allow for additional values to work? . joy (In reply to Katrin Fischer from comment #3) > I'd not call it a bug if we never implemented it differently :) > > For me restricted doesn't imply 'no checkout' - then it would be the same as > 'not for loan'. I think there should be a clear difference between the two > fields, so we actually win something here. > > Be able to place on hold, but only checkout on-site maybe? > With the difference between negative and positive values maybe? > > There is also another bug about this: > bug 10591 -- You are receiving this mail because: 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/
