[Koha-bugs] [Bug 29043] Items are prcoessed but not displayed on request.pl before a patron is selected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 7 15:42:23 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29043

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
             Status|Signed Off                  |Failed QA

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+        if ( $patron ) {
+            $items_any_available = ItemsAnyAvailableAndNotRestricted( {
biblionumber => $biblioitem->{biblionumber}, patron => $patron });
+
+            foreach my $itemnumber ( @{
$itemnumbers_of_biblioitem{$biblioitemnumber} } )    {
+                my $item = $iteminfos_of->{$itemnumber};
+                my $do_check;
+                if ( $patron ) {


Double condition

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


More information about the Koha-bugs mailing list