Lines 87-93
Link Here
|
87 |
<th>Requested</th> |
87 |
<th>Requested</th> |
88 |
<th>Validated</th> |
88 |
<th>Validated</th> |
89 |
<th>Cancelled</th> |
89 |
<th>Cancelled</th> |
90 |
<th>Reason of cancellation</th> |
90 |
<th>Reason cancelled</th> |
91 |
<th>Cancel</th> |
91 |
<th>Cancel</th> |
92 |
</tr> |
92 |
</tr> |
93 |
</thead> |
93 |
</thead> |
Lines 126-132
Link Here
|
126 |
<div class="modal-dialog modal-lg"> |
126 |
<div class="modal-dialog modal-lg"> |
127 |
<div class="modal-content"> |
127 |
<div class="modal-content"> |
128 |
<div class="modal-header"> |
128 |
<div class="modal-header"> |
129 |
<h1 class="modal-title" id="cancelModalLabel">Confirm deletion</h1> |
129 |
<h1 class="modal-title" id="cancelModalLabel">Confirm cancellation</h1> |
130 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> |
130 |
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> |
131 |
</div> |
131 |
</div> |
132 |
<form id="cancel_modal_form" method="post" action="discharge.pl"> |
132 |
<form id="cancel_modal_form" method="post" action="discharge.pl"> |
Lines 135-141
Link Here
|
135 |
<input name="op" type="hidden" value="cud-cancel-discharge" /> |
135 |
<input name="op" type="hidden" value="cud-cancel-discharge" /> |
136 |
<div id="cancel_discharge_alert" class="alert alert-danger" style="display:none;"></div> |
136 |
<div id="cancel_discharge_alert" class="alert alert-danger" style="display:none;"></div> |
137 |
<fieldset class="action"> |
137 |
<fieldset class="action"> |
138 |
<p>Are you sure you want to cancel this discharge ? Borrower will again have right to check out books after this.</p> |
138 |
<p>Are you sure you want to cancel this discharge? The patron will be able to check out items again.</p> |
139 |
[% SET discharge_cancellation_reasons = AuthorisedValues.GetAuthValueDropbox('DISCHARGE_CANCELLATION') %] |
139 |
[% SET discharge_cancellation_reasons = AuthorisedValues.GetAuthValueDropbox('DISCHARGE_CANCELLATION') %] |
140 |
[% IF discharge_cancellation_reasons.count %] |
140 |
[% IF discharge_cancellation_reasons.count %] |
141 |
<label for="cancellation-reason">Cancellation reason: </label> |
141 |
<label for="cancellation-reason">Cancellation reason: </label> |
142 |
- |
|
|