http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9809
--- Comment #11 from Katrin Fischer <[email protected]> --- Comment on attachment 40738 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40738 Bug 9809 - Update AddReserve prototype to remove constraint parameter Review of attachment 40738: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9809&attachment=40738) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ -694,5 @@ > $sth1->execute($biblionumber); > while ( my $data1 = $sth1->fetchrow_hashref ) { > - if ( $const eq "a" ) { > - push @biblioitems, $data1; > - } Could it be this here? -- You are receiving this mail because: 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/
