Bug 9332

Summary: Display call number in "Holds waiting" notice (checkout page)
Product: Koha Reporter: Adrien SAURAT <adrien.saurat>
Component: CirculationAssignee: Adrien SAURAT <adrien.saurat>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: proposed patch
[SIGNED-OFF] Bug 9332: Display call number in "Holds waiting" notice
Bug 9332: Display call number in "Holds waiting" notice

Description Adrien SAURAT 2012-12-31 14:03:37 UTC
[MT10350]

When checking out from a patron page, a notice "Holds waiting" will appear if a biblio (on hold) is waiting for this borrower.
Example:
ONCOLOGIE ET HEMATOLOGIE : LES CAS CONCRETS DU D.E. : CAS CONCRETS OFFICIELS CORRIGES (Livre), by CREUX F Hold placed on 31/12/2012. 

It would be useful to mention the callnumber in this warning.
Example:
ONCOLOGIE ET HEMATOLOGIE : LES CAS CONCRETS DU D.E. : CAS CONCRETS OFFICIELS CORRIGES (Livre), by CREUX F [616.994 CRE] Hold placed on 31/12/2012.
Comment 1 Adrien SAURAT 2012-12-31 14:08:23 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2012-12-31 15:02:09 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-02-08 13:53:06 UTC
QA comment:

On the checkout page, the holds waiting list display the callnumber for each item (if exists).

Marked as Passed QA.
Comment 4 Jonathan Druart 2013-02-08 13:53:31 UTC
Created attachment 15163 [details] [review]
Bug 9332: Display call number in "Holds waiting" notice

When checking out from a patron page, a notice "Holds waiting" appears
if a biblio (on hold) is waiting for this borrower.
This patch adds the call number information to this warning.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Nice little improvement, thanks.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Jared Camins-Esakov 2013-02-08 14:24:08 UTC
This patch has been pushed to master.