[Koha-bugs] [Bug 13070] New: Managing staged MARC records, sorting by title should ignore articles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 10 18:59:49 CEST 2014


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 at ptfs-europe.com
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list