From a77e5f815b89cd5dd4043df7262c25b47df84f5d Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 21 Aug 2025 10:54:28 +0000 Subject: [PATCH] Bug 40395: (QA follow-up): Remove unused form This form is no longer used. We're now using a single cancellation hold modal and them form resides there, not here on this table To test on the UI: Apply this patch and ensure cancelling holds works as before, from both pages (tested using borrowernumber 19: /cgi-bin/koha/members/moremember.pl?borrowernumber=19 /cgi-bin/koha/reserve/request.pl?biblionumber=76&biblionumber=437&biblionumber=77 Fixed the failing test: prove xt/find-missing-op-in-forms.t --- .../prog/en/includes/patron-detail-tabs.inc | 50 +++++++++---------- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc index b59888eca45..654a41a3dee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc @@ -143,33 +143,29 @@ [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] [% WRAPPER tab_panel tabname="holds" %] [% IF ( holds_count ) %] -
- [% INCLUDE 'csrf-token.inc' %] - - - - - - - - - - - - - - - - - - - -
Hold dateTitleCall numberItem typeBarcodePickup atExpirationPriorityNotesDelete?Suspend?Status
- -
- -
-
+ + + + + + + + + + + + + + + + + + +
Hold dateTitleCall numberItem typeBarcodePickup atExpirationPriorityNotesDelete?Suspend?Status
+ +
+ +
[% PROCESS 'cancel-hold-modal' form_action = '/cgi-bin/koha/reserve/modrequest.pl' from_param = patronpage %] [% PROCESS 'suspend-hold-modal' %] -- 2.39.5