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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
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