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

--- Comment #1 from Lari Strand <[email protected]> ---
Created attachment 194100
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194100&action=edit
Bug 41371: Record biblio title to RESERVE_EXPIRED accountline description

To test:

1. Find an expired reserve or create one by manipulating the
reserves.expirationdate value in the database. Make a note of the
borrowernumber.
2. Check that the circulation and fine rules has an expired hold charge
configured for the tested reserve's itemtype
3. Run cancel_expired_holds.pl -cronscript
4. Note that the created accountline's description is empty either by checking
transactions from patron's accounting tab or from database (select * from
accountlines where debit_type_code = 'RESERVE_EXPIRED' and borrowernumber = x)
5. Apply patch
6. Repeat steps 1 and 2
7. Note that the created accountline's description now includes the expired
reserve's item's bibliographic record's title either by checking transactions
from patron's accounting tab or from database (select * from accountlines where
debit_type_code = 'RESERVE_EXPIRED' and borrowernumber = x)

Sponsored-by: Koha-Suomi Oy

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to