https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18264 --- Comment #7 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #5)
+my $item = GetBiblioFromItemNumber( $itemnumber, $barcode ); This is wrong, this subroutine uses only one parameter (also see bug 18276). Removed
hum? <blank>? In case of itemnumber lookup (no barcode) we display '(blank)' for barcode and itemnumber after
How do we reach that? As above case - it shouldn't happen, but makes for a nice error if someone messes up the link example with bad itemnumber: http://localhost:8081/cgi-bin/koha/course_reserves/add_items.pl?course_id=11&itemnumber=123456789123456798&action=lookup&return=11
-- You are receiving this mail because: You are watching all bug changes.