@@ -, +, @@ - Create an order on a record containing a diacritic in title - Look at the basket : cgi-bin/koha/acqui/basket.pl?basketno=x - Check also basket CSV export --- C4/Acquisition.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Acquisition.pm +++ a/C4/Acquisition.pm @@ -1052,7 +1052,6 @@ sub GetOrders { SELECT biblio.*,biblioitems.*, aqorders.*, aqbudgets.*, - biblio.title, aqorders_transfers.ordernumber_from AS transferred_from, aqorders_transfers.timestamp AS transferred_from_timestamp FROM aqorders --