Re: [Koha] Remove 23.59 info on Slips

2018-12-05 Thread Jonathan Druart
Hi Giannis, Try << table.field | dateonly >> Regards, Jonathan Le mer. 5 déc. 2018 à 05:42, Giannis Tsakonas a écrit : > > Dear colleagues > > we would like to erase the time section from the due date information on > all slips. As far as we know, the JQuery below erases this piece of info > on

Re: [Koha] Remove 23.59 info on Slips

2018-12-05 Thread Lisette Scheer
Administration Specialist Latah County Library District 208-882-3925 ext. 124 -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Giannis Tsakonas Sent: Wednesday, December 05, 2018 12:43 AM To: Koha@lists.katipo.co.nz Subject: [Koha] Remove 23.59 info on

[Koha] Remove 23.59 info on Slips

2018-12-05 Thread Giannis Tsakonas
Dear colleagues we would like to erase the time section from the due date information on all slips. As far as we know, the JQuery below erases this piece of info on staff client and OPAC interfaces. $("#issuest td:contains('23:59')").each(function() { var text = $(this).text().replace('23:59'