View | Details | Raw Unified | Return to bug 25534
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +1 lines)
Lines 155-161 Link Here
155
                [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
155
                [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
156
                [% IF hold_cancellation %]
156
                [% IF hold_cancellation %]
157
                    <div class="form-group">
157
                    <div class="form-group">
158
                        <label for="cancellation-reason">Cancellation reason</label>
158
                        <label for="cancellation-reason">Cancellation reason:</label>
159
                        <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
159
                        <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
160
                            <option value="">No reason given</option>
160
                            <option value="">No reason given</option>
161
                            [% FOREACH reason IN hold_cancellation %]
161
                            [% FOREACH reason IN hold_cancellation %]
162
- 

Return to bug 25534