]> git.koha-community.org Git - koha.git/commit
Bug 35402: (follow-up) Remove form from returns.tt
authorOwen Leonard <oleonard@myacpl.org>
Fri, 23 Aug 2024 15:29:39 +0000 (15:29 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 23 Aug 2024 16:21:33 +0000 (18:21 +0200)
commitd30f87b6972702b7de7b588ef91f9b563b35a7e8
treeec9c87d9c8bc32a56566e04067db480b637746a3
parent8f834c4bd3ee378774f4495e8de32c8df53f3bd8
Bug 35402: (follow-up) Remove form from returns.tt

If you have AllowReturnToBranch enabled and you check in an item which
is disallowed by the preference (returned at the wrong branch, for
instance) You get a "Cannot check in" modal.

Previously clicking the "OK" button in this form triggered JS which is
supposed to submit a form. However, all the button needs to do is
dismiss the modal. The form and the "approve" class on the button are
removed by this patch.

NOTE: This patch contains indentation changes.

To test, apply the patch and set the AllowReturnToBranch system
preference to "only at the library that the item is from."

- Locate an item belonging to another library and check it out to a
  patron.
- Check in the item.
- You should see a modal confirmation, "Cannot check in".
- Clicking the "OK" button should dismiss the modal window without
  triggering a reload of the page.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt