[Koha-bugs] [Bug 35863] New: Title display in basket.pl in wrong order (part number and part name should be right after title)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 22 21:44:23 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35863

            Bug ID: 35863
           Summary: Title display in basket.pl in wrong order (part number
                    and part name should be right after title)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org

Created attachment 161258
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161258&action=edit
MARC21 records with part name, part number, and series information

When displaying titles with series statement (490 in MARC21, or formerly 440)
in the acquisitions basket, they appear immediately after the title, before the
part number and part name. The part number and part name are part of the title,
they should come immediately after the title.

Also, if there is more than one series statement with volume information, it
shows like "series title 1 | series title 2 / volume 1 | volume 2". It looks
really strange.

I'm hoping this is a "me" problem, but I was able to recreate in KTD and in a
ByWater sandbox...

I attached a file of MARC21 records with information in 245$n, 245$p, 440$a,
440$v, 490$a, and 490$v. Sometimes both series at a time.

To recreate:
1. Create a basket in Acquisitions
   1.1. Go to Acquisitions
   1.2. Search for a vendor
   1.3. Click New > Basket
   1.4. Fill out the basket form
   1.5. Click Save

2. Add to the basket from new file
   2.1. Click Add to basket and choose From a new file
   2.2. Choose the attached sample file (or other MARC file that has part names
and part numbers)
   2.3. Click Upload file
   2.4. Click Stage for import
   2.5. (Wait for the staging to finish)
   2.6. Click Add staged files to basket
   2.7. Click Select all, and if necessary, choose funds
   2.8. Click Save
   --> In the basket view, the record information is displayed as (for example)

Notice test. / Collection 440; | Collection 490; / 440v. | 490v. 5, Perdue / by
Girard-Audet, Catherine,
- 9782896571390, Éditions Les Malins, 2012

Which is 

245$a / 400$a | 490$a / 440$v | 490$v 245$n 245$p by 100$a - 020$a, 260$b 260$c

or in db column names

biblio.title / biblio.seriestitle / biblioitems.volume biblio.part_number
biblio.part_name by biblio.author - biblioitems.isbn,
biblioitems.publishercode, biblio.copyrightdate


I think the series information should come after the part number and part name. 

And if possible group by series information if there is more than one (ie.
series title 1 volume 1 | series title 2 volume 2). But I understand if this is
not possible.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list