http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13070 Bug ID: 13070 Summary: Managing staged MARC records, sorting by title should ignore articles Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/tools/manage-marc-import.pl?import_batch _id=X OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: martin.renvoize@ptfs-europe.com Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org The new DataTables-enhanced display of staged MARC records should be modified so that sorting by title ignores articles. I thought the solution would be as simple as the one for Bug 13069, but when I try to add something similar to manage-marc-imports.tt it doesn't work (Line 38): - { "mDataProp": "citation" }, + { "mDataProp": "citation", "sType": "anti-the" }, -- You are receiving this mail because: You are watching all bug changes.