[Koha-devel] Why we do not push the ACCTDETAILS email via message queue?

2018-06-15 Thread Indranil Das Gupta
Hi all, I was wondering why we do not push the ACCTDETAILS email via the message queue. Is it just one of those cases of "as things have always been done" OR there is a reason that I'm missing out? cheers indranil. Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 Blog: http://

Re: [Koha-devel] Why we do not push the ACCTDETAILS email via message queue?

2018-06-15 Thread Sophie Meynieux
Maybe because for this message you're expecting it is sent immediately while message_queue table could be processed more occasionally ? Best regards S. Meynieux -- Responsable support BibLibre + 33 (0)4 91 81 35 08 http://www.biblibre.com Le 15/06/2018 à 12:40, Indranil Das Gupta a écrit : H

[Koha-devel] Should the first 3 digits of cn_sort be sorted for dewey decimal?

2018-06-15 Thread Barton Chittenden
The documentation for GetClassSortKey says * Concatenates class and item part. * Converts to uppercase. * Removes leading and trailing whitespace and '/' * Separates alphabetic prefix from the rest of the call number * Splits into tokens on whitespaces and periods. * Leaves first digit group as is

Re: [Koha-devel] Should the first 3 digits of cn_sort be sorted for dewey decimal?

2018-06-15 Thread Michael Kuhn
Hi Barton > this means that callnumbers > > 9.1 => 9_100 > 80.1 => 80_100 > 700.1 => 700_100 > > when sorted ascending by cn_sort > > 700.1 => 700_100 > 80.1 => 80_100 > 9.1 => 9_100 > > Shouldn't these be zero padded to 3 d