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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 246-252 Link Here
246
246
247
                            </ul>
247
                            </ul>
248
248
249
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
249
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %]
250
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
250
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
251
                                    <input type="hidden" name="restoreduedatespec" />
251
                                    <input type="hidden" name="restoreduedatespec" />
252
252
Lines 360-366 Link Here
360
                                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
360
                                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
361
                                <input type="hidden" name="restoreduedatespec" />
361
                                <input type="hidden" name="restoreduedatespec" />
362
                                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
362
                                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
363
                                [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
363
                                [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %]
364
                                    [% IF ( RENEW_ISSUE ) %]
364
                                    [% IF ( RENEW_ISSUE ) %]
365
                                        <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
365
                                        <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
366
                                    [% ELSE %]
366
                                    [% ELSE %]
367
- 

Return to bug 29504