]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1048822 - Fuller Title for reporter.super_simple_record user/dpearl/lp1048822_fuller_title_super_simple_signoff
authorJosh Stompro <stomproj@larl.org>
Fri, 1 Jul 2016 18:54:54 +0000 (13:54 -0500)
committerDan Pearl <dpearl@cwmars.org>
Fri, 28 Jul 2017 19:06:17 +0000 (15:06 -0400)
commitdc7ccc4d07a2308182010f54ddb8d3161a419305
tree3f1fb15440716ec35d82f0be1731ab5cc180745e
parentdf5b68d92f75cdc5b339395240f7fbc45890f18d
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>
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]