https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39633 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Lucas Gass (lukeg) from comment #1)
Also, when setting the default sort order we check `compareinv2barcd`. It should check uploadedbarcodesflag because the column only shows when when there is the uploadedbarcodesflag template variable
Hi, why changing the order number ? // sort on callnumber - "order": [[ 1, "asc" ]], + "order": [[ 2, "asc" ]], Looks like callnumber is still second column in this case. Code in the other case says : // 3rd column is callnumber "order": [[ 2, "asc" ]], -- You are receiving this mail because: You are watching all bug changes.