[Koha-bugs] [Bug 23479] Hold cancellation confirmation too generic

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 27 14:35:05 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23479

Andrii Veremeienko <andriiverem at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125993|0                           |1
        is obsolete|                            |

--- Comment #7 from Andrii Veremeienko <andriiverem at gmail.com> ---
Created attachment 126986
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126986&action=edit
Bug 23479: Hold cancellation confirmation too generic

Solution was to specify patron's name in format <patron.firstname>
<patron.surname> (<patron.cardnumber>)"
and biblio's title in the hold cancellation message.

e.g.:
'Are you sure you want to cancel hold of "Охрана окружающей среды в републике
Беларусь" for "John Doe (12)"?'

How to test:
1. Go to the item search;
2. Search for the book you want to place hold for;
3. Select existing patron to place hold for him;
4. Place hold;
5. Go to koha/reserve/request.pl;
6. Click on "Cancel hold" button for hold from the list (red X icon on the
grid);
7. Observe that text displayed on cancellation modal window is very general and
doesn't contains patron's name and biblio's title;
8. Apply patch;
9. Go through steps 1-6;
10. Observe that cancellation text contains patron's name and biblio's title;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list