]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1048822 - Fuller Title for reporter.super_simple_record user/stompro/lp1048822_fuller_title_super_simple
authorJosh Stompro <stomproj@larl.org>
Fri, 1 Jul 2016 18:54:54 +0000 (13:54 -0500)
committerJosh Stompro <stomproj@larl.org>
Tue, 11 Jul 2017 12:51:04 +0000 (07:51 -0500)
commit3eff46ce3727120fb9f4250257519bf7d7cd15f0
tree3a835906fc1324243cc390d17175051c972907ab
parent167b0c93155a3f5e294254c6599db70ee8116c45
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>
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]