https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26360 Sally Lodico <Slodico@knoxlib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Slodico@knoxlib.org --- Comment #1 from Sally Lodico <Slodico@knoxlib.org> --- Now that we have Patron Restriction Types, I would rather see the restriction type included in the AF response instead of the generic "PATRON RESTRICTED". We have some restrictions that don't prevent a person from accessing online resources and some that do. This includes the automatic restrictions like long overdue items or excessive fines. For example: [AF] => Array ( [0] => Greetings from Koha. -- PATRON RESTRICTED: FINES [1] => LIBA) or [AF] => Array ( [0] => Greetings from Koha. -- CONDUCT: Patron is dangerous. Call the police [1] => LIBB) Then we could build SIP rules like these: If AF includes "OVERDUES" - deny access. If AF includes "FINES" - allow access. If AF includes "CONDUCT" - deny access. If AF includes "VERMIN" - allow access. "VERMIN" means bedbugs or other creepy crawlies hitched a ride on the library books they returned last week, so yes, they can use the online services, no they can't check out any more books. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.