I can't find any reference to ./catalogue/getitem-ajax.pl in Koha, so I think it could probably be removed.
Created attachment 192355 [details] [review] Bug 34879: Remove unused file from Koha This change removes the "catalogue/getitem-ajax.pl" which appears to be an unused file in Koha.
The only test plan I can think of is the following: grep -R "getitem-ajax" * --exclude-dir='.git' --exclude-dir="node_modules" You could try out the entirety of Koha too to see if anything breaks...
Yes, last use has been removed by commit a551cb47ea69b34f05d8a4417b23adc8ba7d334d CommitDate: Mon May 15 08:53:47 2023 -0300 Bug 8179: Receive multiple orders
Created attachment 192370 [details] [review] Bug 34879: Remove unused file from Koha This change removes the "catalogue/getitem-ajax.pl" which appears to be an unused file in Koha. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Thanks, Jonathan :)