]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1048822 - Fuller Title for reporter.super_simple_record
authorJosh Stompro <stomproj@larl.org>
Fri, 1 Jul 2016 18:54:54 +0000 (13:54 -0500)
committerKathy Lussier <klussier@masslnc.org>
Tue, 29 Aug 2017 15:03:06 +0000 (11:03 -0400)
commit1bb10d44996351c362ac837dc8f9a0a641903e05
treea9cb5efed697ce48c4bc7702b07a8f0f5c0e92c2
parent8c7bdaa944117eb29cce47d5d23a842db1586596
LP#1048822 - Fuller Title for reporter.super_simple_record

The simplified pull list uses reporter.super_simple_record for
title information.  reporter.super_simple_record currently only
pulls the first 245a value for the title.  For titles that
use 245(n|p) to fully identify the title this leaves out information
that staff need to find the item.

This patch adds all of the 245(n|p) to the 245a in the title.  I've found
this covers most cases where staff need a fuller title.  The order of
the 245(n|p) also matters, so steps are taken to keep the marc ordering
of those fields.

Testing:

Before Patch - find a title that uses a 245(n|p) field to fully identify the
title.  Place a hold on the title.  Use the simplified pull list to view the
location that has that item on the shelf.  Observe that only the 245a is in
the title field.

After Patch - Look at the simplified pull list again and see that the title now
includes more information.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/reporter-schema.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.lp1048822_fuller_title_super_simple.sql [new file with mode: 0644]