Bug 35863 - Title display in basket.pl in wrong order (part number and part name should be right after title)
Summary: Title display in basket.pl in wrong order (part number and part name should b...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 20:44 UTC by Caroline Cyr La Rose
Modified: 2024-03-05 17:54 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
MARC21 records with part name, part number, and series information (7.21 KB, text/plain)
2024-01-22 20:44 UTC, Caroline Cyr La Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2024-01-22 20:44:23 UTC
Created attachment 161258 [details]
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.