[Koha-bugs] [Bug 24612] expirationdate blank if patron has more than one item from bib on hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 24 18:02:41 CET 2020


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

Sally <sally.healey at cheshiresharedservices.gov.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |sally.healey at cheshireshared
                   |                            |services.gov.uk

--- Comment #8 from Sally <sally.healey at cheshiresharedservices.gov.uk> ---
I've tested and I can't get the patch to solve the problem.

This is what I did:  

TEST PLAN:

1.  Add some content to HOLD_SLIP notice, e.g.

<h2>[% branch.branchname %]</h2>
<div>[% biblio.author %]<br>[% biblio.title %]<br>[% item.barcode %]
<ul><li> Reserve ID:  [% hold.reserve_id %]</li>
<li>Expiration date: [% hold.expirationdate %]</li></ul>

2.  Add 2 holds for 1 patron to a single record
3.  Check the reserve IDs in the reserves table - on a clean sandbox, they will
be 1 and 2 
4.  Check in one of the items from the record and print the slip
5.  Note that the reserve ID on the slip is 2 and the expiration date is blank
6.  Repeated check ins do not change this
7.  Check in a second item from the record
8.  Note that the reserve ID for this hold is also 2, but this time the
expiration date is filled in
9.  Check in the first item again - the reserve ID stays as 2, but this time
the expiration date is filled in

I repeated this several times, and the odd numbered holds (1, 3, 5, 7 etc)
never appear - but the even ones appear for all items (2, 4, 6, 8).  

I set the bug as Failed QA because it doesn't seem to solve the problem - is
that the correct status?  Or should I have chosen Patch Doesn't Apply?

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


More information about the Koha-bugs mailing list