[Koha-bugs] [Bug 7970] Allow OPAC holds per library policy without default rule

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 19 05:49:33 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> ---
Doesn't this totally change the behaviour?

-    push (@items, at hostitems);
+        push (@hostitems,$items);

Then

-    foreach my $item (@items){
+    my %itemhash = %$items;
+        foreach my $item (keys %itemhash) {

These are not equivalent, you are now totally ignoring the hostitems, whereas
before it was looping over them

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


More information about the Koha-bugs mailing list