https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39633
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #10 from Fridolin Somers <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
