https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33736
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |[email protected] --- Comment #41 from Katrin Fischer <[email protected]> --- Joubu has asked not to push changes to table configuration settings while the datatables bugs are progressing. Will check with him before pushing. I'll use the time to ask for a few small follow-ups: 1) Capitalization Holds & Bookings > Holds and bookings I am pretty sure we have removed all the & in the past, I think to ease translations. 2) Translatability a) These won't be translatable: koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt + "title": "Pickup library", Please check all "title": b) This won't be tranlatable as well: tt file = single underscore + return __("On loan, due: ") . $date(row.item.checked_out_date); 3) Internal server error [2024/10/24 15:35:27] [ERROR] GET /api/v1/bookings: unhandled exception (Koha::Exceptions::BadParameter)<<Exception 'Koha::Exceptions::BadParameter' thrown 'A bad parameter was given' with parameter => start_date>> MariaDB [koha_kohadev]> select * from bookings; +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+---------------------+---------------------+--------+ | booking_id | patron_id | biblio_id | item_id | pickup_library_id | start_date | end_date | creation_date | modification_date | status | +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+---------------------+---------------------+--------+ | 11 | 19 | 184 | 393 | CPL | 2024-10-24 22:00:00 | 2024-10-30 22:59:59 | 2024-10-24 15:32:11 | 2024-10-24 15:32:11 | new | +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+---------------------+---------------------+--------+ -- 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/
