[Koha-bugs] [Bug 14224] patron notes about item shown at check in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 13 16:30:30 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #27 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Aleisha, Have a look at your patches, there are some weird stuffs to fix:
1/ kohastructure: you re-add the entire item table
2/ update db: you should specify the "after" sql clause to keep the same order
as the kohastructure (not necessary useful but good practice to have)
3/ There is no need to use strict and warnings alongside Modern::Perl;
4/ The svc script has a BibLibre copyright
5/ I don't understand the need of the new subroutine in the svc script
(ajax_auth_cgi). You should not need it, have a look at how the other svc
scripts deal with authentication
6/ QA script fails with:
 FAIL   installer/data/mysql/sysprefs.sql
   FAIL   sysprefs_order
                Not blocker: Sysprefs AllowIssueNotes is bad placed (see bug
10610)

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


More information about the Koha-bugs mailing list