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

Bernardo Gonzalez Kriegel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #4 from Bernardo Gonzalez Kriegel <[email protected]> ---
Aleisha,
seems that your second patch needs the first!
You need to un-obsolete first patch

fatal: sha1 information is lacking or useless (C4/XSLT.pm).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.

Comments:
1) You wrote

my $itemtypes = "" unless GetItemTypes();

here I think you can use //

my $itemtypes = GetItemTypes() // "";

2) About ~~, as per Bug 12151 we can't use smartmatch operator

3) Which Linux/Perl/Apache version are you using?
I don't see those warnings, but on Debian weezy there are warnings
that do not appear on Ubuntu 14.04

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