[Koha-bugs] [Bug 15492] Stand alone self check-in tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 27 17:23:40 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492

--- Comment #23 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #14)
> All works great, few concerns:
> 2. Only the AutoSelfCheckID should be able to connect to sci-main.pl, we
> should apply the same behaviour as self-checkout (no?)

FTR, self check users should be 'marked' by a flag somewhere (hardcoded
category types, a flag in the patron category, on the borrowers table, etc)
instead of doing complex tricks. This way we would just do

 if ( $patron->is_self_check_user ) {
     # handle it
 }

instead. Just my 2 cents.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list