https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22322
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #21 from David Nind <[email protected]> --- I get an error page if I enter a barcode and press 'Submit': Sorry, the requested page is not available Error 403 In additional, if I log in to the self checkout system and go to check in the item that way, I get this error: Can't call method "homebranch" on an undefined value at /kohadevbox/koha/opac/sco/sco-main.pl line 180 in (eval) at /kohadevbox/koha/opac/sco/sco-main.pl line 180 177: if( !$checkinitem ){ 178: $checkinmessage = "Item not found."; 179: } 180: my $tobranch = $checkinitem->homebranch; 181: 182: my ($return_success,$messages,$issueinformation,$borrower) = AddReturn($uibarcode,$branch,undef,$today) unless !$success; ..... One other comment: - The title "Self checkout system" doesn't make sense, so maybe it should be changed to "Self service" or "Self service system". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
