Summary: | Add patron card number to the 'On hold for' column on the transfers to receive page | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Passed QA --- | QA Contact: | Aleisha Amohia <aleisha> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, david, gmcharlt, kyle.m.hall, vstever |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement adds the patron's card number to the transfers to receive page for patrons shown in the 'on hold for' column, for item-level holds (Circulation > Transfers > Transfers to receive).
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 39881: Add paron cardnumber o ransfers to revceive table
Bug 39881: Add paron cardnumber o ransfers to revceive table Bug 39881: Add paron card number to transfers to receive table Bug 39881: Add paron card number to transfers to receive table Bug 39881: Add paron card number to transfers to receive table Bug 39881: Add patron card number to transfers to receive table |
Description
Lucas Gass (lukeg)
2025-05-12 19:11:47 UTC
Created attachment 182304 [details] [review] Bug 39881: Add paron cardnumber o ransfers to revceive table To test: 0. APPLY PATCH 1. Transfer an item to from Library A to Library B 2. Put on hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'ON hold for' column you should see the patron cardnumber now. This didn't work for me, not sure if I am testing this correctly: 1. I used Programming perl (current and home library = Centerville, 39999000011418). 2. I used Circulation > Transfers > Transfer, to transfer to Midway: - Changed destination library from Centerville to Midway - Enter barcode 39999000011418 - Clicked 'Transfer' Result: - Table with transferred items is now shown (Origin = Centerville, Destination = Midway) - Record holding table shows as "In transit from Centerville to Midway since 05/13/2025" 3. I placed a record-level hold for Mary Burton (Midway), with the pickup location set to Midway. 4. Changed location for koha account from Centerville to Midway (dropdown list in header - far right > cog wheel > choose library - changed to Midway > Submit). 5. Circulation > Transfers > Transfers to receive: - "On hold for" column shows as "None" Also, the patch title needs fixing... Created attachment 183635 [details] [review] Bug 39881: Add paron cardnumber o ransfers to revceive table To test: 0. APPLY PATCH 1. Transfer an item to from Library A to Library B 2. Put on hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'ON hold for' column you should see the patron cardnumber now. Signed-off-by: David Nind <david@davidnind.com> Created attachment 183636 [details] [review] Bug 39881: Add paron card number to transfers to receive table To test: 0. APPLY PATCH 1. Transfer an item from Library A to Library B 2. Put on item hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'On hold for' column you should now see the patron card number. Signed-off-by: David Nind <david@davidnind.com> (In reply to David Nind from comment #2) > This didn't work for me, not sure if I am testing this correctly: > 1. I used Programming perl (current and home library = Centerville, > 39999000011418). > 2. I used Circulation > Transfers > Transfer, to transfer to Midway: > - Changed destination library from Centerville to Midway > - Enter barcode 39999000011418 > - Clicked 'Transfer' > Result: > - Table with transferred items is now shown (Origin = Centerville, > Destination = Midway) > - Record holding table shows as "In transit from Centerville to Midway > since 05/13/2025" > 3. I placed a record-level hold for Mary Burton (Midway), with the pickup > location set to Midway. > 4. Changed location for koha account from Centerville to Midway (dropdown > list in header - far right > cog wheel > choose library - changed to Midway > > Submit). > 5. Circulation > Transfers > Transfers to receive: > - "On hold for" column shows as "None" I retested, for step 3 I placed an item-level hold and the 'On hold for' column now shows "Burton, Mary (212) 555-1212. Changing to Failed QA, as no card number shown. Note: I have amended the commit message - title and some of the test plan steps. Created attachment 183677 [details] [review] Bug 39881: Add paron card number to transfers to receive table To test: 0. APPLY PATCH 1. Transfer an item from Library A to Library B 2. Put on item hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'On hold for' column you should now see the patron card number. Signed-off-by: David Nind <david@davidnind.com> > I retested, for step 3 I placed an item-level hold and the 'On hold for'
> column now shows "Burton, Mary (212) 555-1212.
>
> Changing to Failed QA, as no card number shown.
>
> Note: I have amended the commit message - title and some of the test plan
> steps.
Thanks David! This should be fixed now.
Created attachment 183678 [details] [review] Bug 39881: Add paron card number to transfers to receive table To test: 0. APPLY PATCH 1. Transfer an item from Library A to Library B 2. Place and item-level hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'On hold for' column you should now see the patron card number. Signed-off-by: David Nind <david@davidnind.com> I amended the patch slightly (I didn't do as a follow-up) - changed "Cardnumber:" to "Card number:". Created attachment 183719 [details] [review] Bug 39881: Add patron card number to transfers to receive table To test: 0. APPLY PATCH 1. Transfer an item from Library A to Library B 2. Place and item-level hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'On hold for' column you should now see the patron card number. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> |