Bugzilla – Attachment 179828 Details for
Bug 37344
Patrons with cancelled discharge are seen as discharged when suspended due to overdue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37344: (follow-up) to be squashed
Bug-37344-follow-up-to-be-squashed.patch (text/plain), 3.23 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-03-28 09:38:25 UTC
(
hide
)
Description:
Bug 37344: (follow-up) to be squashed
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-03-28 09:38:25 UTC
Size:
3.23 KB
patch
obsolete
>From f6dfd38a3718552ec0427b49f504c18af0099510 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Fri, 28 Mar 2025 10:28:47 +0100 >Subject: [PATCH] Bug 37344: (follow-up) to be squashed > >--- > .../prog/en/modules/members/discharge.tt | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >index 2b036b33..6e31ee17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >@@ -111,11 +111,11 @@ > [% END %] > [% END %] > >-<div class="modal fade" id="cancelDischargeModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> >+<div class="modal fade" id="cancelDischargeModal" tabindex="-1" aria-labelledby="cancelDischargeModal" aria-hidden="true"> > <div class="modal-dialog modal-lg"> > <div class="modal-content"> > <div class="modal-header"> >- <h1 class="modal-title" id="exampleModalLabel">Confirm deletion</h1> >+ <h1 class="modal-title" id="cancelModalLabel">Confirm deletion</h1> > <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> > </div> > <form id="cancel_modal_form" method="post" action="discharge.pl"> >@@ -125,11 +125,11 @@ > <div id="cancel_dicharge_alert" class="alert alert-danger" style="display:none;"></div> > <fieldset class="action"> > <p>Are you sure you want to cancel this discharge ? Borrower will again have right to check out books after this.</p> >- [% SET discharge_cancellation = AuthorisedValues.GetAuthValueDropbox('DISCHARGE_CANCELLATION') %] >- [% IF discharge_cancellation.count %] >+ [% SET discharge_cancellation_reasons = AuthorisedValues.GetAuthValueDropbox('DISCHARGE_CANCELLATION') %] >+ [% IF discharge_cancellation_reasons.count %] > <label for="cancellation-reason">Cancellation reason: </label> > <select class="cancellation-reason" name="cancellation-reason" id="modal-cancellation-reason"> >- [% FOREACH reason IN discharge_cancellation %] >+ [% FOREACH reason IN discharge_cancellation_reasons %] > <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option> > [% END %] > </select> >@@ -141,8 +141,6 @@ > <div class="modal-footer"> > <input id="cancelModalConfirmBtn" type="submit" class="btn btn-danger" value="Confirm cancellation" /> > <button type="button" class="btn btn-default" data-bs-dismiss="modal">Cancel</button> >- <!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> >- <button type="button" class="btn btn-primary">Save changes</button> --> > </div> > </form> > </div> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37344
:
179461
|
179489
|
179763
|
179826
|
179827
|
179828
|
181709
|
182647
|
182648
|
182649
|
182650
|
182747
|
182748
|
182749
|
182750
|
182751
|
182907