24 Jul
2018
24 Jul
'18
7:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469 --- Comment #21 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Other candidates for a future change? C4/Items.pm: WHERE (found = 'W' OR found = 'T') C4/Members.pm: my $waiting_holds = $patron->holds->search({ found => 'W' }); circ/returns.pl: my $waiting_holds = $patron->holds->search({ found => 'W', branchcode => $userenv_branch })->count; installer/data/mysql/updatedatabase.pl: my $waiting_holds = Koha::Holds->search({ found => 'W', priority => 0 }); -- You are receiving this mail because: You are watching all bug changes.