[Koha-bugs] [Bug 7002] Inaccurate checks for borrower flags == 1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 29 16:42:14 CET 2013


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, I did a quick search and found some occurences of the problematic syntax in
the current code:

catalogue/moredetail.pl    
178         unless (($userenv->{'flags'} == 1) or ($userenv->{'branch'} eq
$item->{'homebranch'})) {

cataloguing/additem.pl    
695             unless (($userenv->{'flags'} == 1) or (($userenv->{'branch'} eq
$subfieldvalue))){

tools/batchMod.pl    
498                                                 unless
(($userenv->{'flags'} == 1) or (($userenv->{'branch'} eq $itembranchcode))){

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list