http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |http://bugs.koha-community.
                   |                            |org/bugzilla3/show_bug.cgi?
                   |                            |id=14298

--- Comment #34 from Jonathan Druart <[email protected]> 
---
(In reply to Zeno Tajoli from comment #3)
> The second error is present because the update 3.21.00.027 starts so:
> 
> dbh->do(q|
>         INSERT INTO permissions (module_bit, code, description)
>         VALUES (1, 'self_checkout', 'Perform self checkout at the OPAC. It
> should be used for the patron matching the AutoSelfCheckID')
>     |);
> 
> But in 3.20.5 in file  installer/data/mysql/en/mandatory/userpermissions.sql
> I see: 
> 
> INSERT INTO permissions (module_bit, code, description) VALUES
> [...]   
> ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used
> for the patron matching the AutoSelfCheckID'),
> 
> So in 3.20.x the code 'self_checkout' could be present.

Follow-up added on bug 14298.

-- 
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/

Reply via email to