[Koha-bugs] [Bug 7621] Circulation: Match age restriction of title with borrower's age without using categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 17 10:50:33 CEST 2012


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

--- Comment #53 from Paul Poulain <paul.poulain at biblibre.com> ---
(In reply to comment #52)
> Paul,
> 
> Thank you very much for testing and for your findings. I'm really sorry that
> I wasted your time with a basic Perl error. 
Don't worry for that, it's in my job ;-)

> Yesterday morning, I re-wrote the comparision part using a double for...
> loop to make the comparision code more readable, and it works now with "Age"
> (Upper-lower-case). But I could not manage to upload the new patch because
> git was down. 
making it case agnostic is a good idea I think.

So comparing uc($_) eq uc($value) is probably a good idea imo

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


More information about the Koha-bugs mailing list