[Koha-bugs] [Bug 31579] Improve reserve/request.pl to avoid mistakes with pick up locations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 23 15:42:19 CEST 2022


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

--- Comment #3 from geraud.frappier at inlibro.com ---
Created attachment 140907
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140907&action=edit
Bug 31579: Improve reserve/request.pl to avoid mistakes with pick up locations

Reported-by: GĂ©raud Frappier <geraud.frappier at inlibro.com>

    In the place hold page reserve/request.pl, there are two sections.
    One is the "Hold details" section which allow for record hold.  The other
is "Place a hold on a specific item" which speaks for itself.
    The pick-up location by default is the signed-in user (the employee).
    But it is different from the "Allowed pick-up location" for the item which
defaults to the homebranch.
    The wording should be "Pick-up location", btw, the "Allowed" states there's
a list, not that the user should select it.

    This patch will resolve this problem.

    To test:
    1) Go in System preferences and find the "UseBranchTransfertLimits".
    2) Change the value of "Don't enforce" to "Enforce".
    3) Come back on the menu and search a catalog.
    4) Click on "Place a hold" and enter the name of a patron.
    5) In the sections Hold details change the value of "pickup at" by choosing
an other library.
    6) Observe that the web page is refreshed, but in the second section the
list of "allowed pickup locations" didn't changed.
    7) Apply the patch.
    8) Redo 3-4-5-6.
    9) See that the values of the list of "Allowed pickup locations" has
changed to the library you have chosen.

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


More information about the Koha-bugs mailing list