Bug 14515

Summary: Add biblioitems table to notices in C4/Reserves.pm
Product: Koha Reporter: Barton Chittenden <barton>
Component: NoticesAssignee: Barton Chittenden <barton>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Add biblioitems to messages in C4/Reserves.pm
[SIGNED-OFF] Bug 14515: Add biblioitems to messages in C4/Reserves.pm
Bug 14515: Add biblioitems to messages in C4/Reserves.pm
Bug 14515 (QA Followup) fix letter.pl available fields.
Bug 14515: Add biblioitems to messages in C4/Reserves.pm
Bug 14515 (QA Followup) fix letter.pl available fields.
Bug 14515: Add biblioitems to messages in C4/Reserves.pm
Bug 14515 (QA Followup) fix letter.pl available fields.

Description Barton Chittenden 2015-07-09 19:19:05 UTC
Add 'biblioitems' to the 'tables' hashref for the following notices in C4/Reserves.pm:

    HOLD
    HOLDPLACED
    RESERVESLIP
    message_name => 'Hold_Filled'

See also Bug 13819
Comment 1 Barton Chittenden 2015-07-09 20:25:08 UTC Comment hidden (obsolete)
Comment 2 Barton Chittenden 2015-07-09 21:33:42 UTC
Test plan:

Choose a bib, and populate several fields in its biblioitems record, e.g. volume, isbn, publicationyear.

Set up RESERVESLIP under tools->notices and slips.

Add a field from biblioitems to RESERVESLIP, e.g.

    <<biblioitems.isbn>>

Place a hold on the bib and print the reserveslip

Inspect the slip, and make sure that the field from biblioitems printed correctly.
Comment 3 Barton Chittenden 2015-09-30 19:50:38 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2015-10-01 13:16:09 UTC
Barton, to be consistent we should display the biblioitems fields when creating/editing a letter from the "reserves" module.
Comment 5 Barton Chittenden 2015-10-06 20:20:26 UTC Comment hidden (obsolete)
Comment 6 Barton Chittenden 2015-10-06 20:20:43 UTC Comment hidden (obsolete)
Comment 7 Jonathan Druart 2015-10-09 11:03:31 UTC Comment hidden (obsolete)
Comment 8 Jonathan Druart 2015-10-09 11:03:34 UTC Comment hidden (obsolete)
Comment 9 Brendan Gallagher 2015-12-29 19:48:34 UTC
Created attachment 46026 [details] [review]
Bug 14515: Add biblioitems to messages in C4/Reserves.pm

http://bugs.koha-community.org/show_bug.cgi?id=14515

Signed-off-by: Danielle Aloia <daloia@nyam.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Comment 10 Brendan Gallagher 2015-12-29 19:48:43 UTC
Created attachment 46027 [details] [review]
Bug 14515 (QA Followup) fix letter.pl available fields.

Add bibliotiems to the 'available fields' list for
module 'Holds' (aka reserves).

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Comment 11 Brendan Gallagher 2015-12-29 19:49:00 UTC
Pushed to Master - Thanks.