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

Sally <sally.hea...@cheshiresharedservices.gov.uk> changed:

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

--- Comment #8 from Sally <sally.hea...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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