Change #4597
Category | None |
Changed by | Josh Stompro <stomproj | @larl.org>
Changed at | Tue 29 Aug 2017 11:03:06 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 1bb10d44996351c362ac837dc8f9a0a641903e05 |
Comments
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>
Changed files
- Open-ILS/src/sql/Pg/reporter-schema.sql
- Open-ILS/src/sql/Pg/upgrade/XXXX.lp1048822_fuller_title_super_simple.sql