30 Jul
2024
30 Jul
'24
2:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37524 --- Comment #2 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- There is something wrong with call to renew_all function, I'm seeing following error in browsers console.
Uncaught TypeError: renew_all(...) is undefined
which points to this part in checkouts.js renew_all(item_ids, renew).then(() => { // Refocus on barcode field if it exists if ( $("#barcode").length ) { $("#barcode").focus(); } if ( refresh_table ) { RefreshIssuesTable(); } $('#RenewChecked, #CheckinChecked').prop('disabled' , true ); }); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.