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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 404-410 $(document).ready(function () { Link Here
404
            <div class="yui-u">
404
            <div class="yui-u">
405
            <fieldset id="checkin_options">
405
            <fieldset id="checkin_options">
406
                <legend>Options</legend>
406
                <legend>Options</legend>
407
                    [% IF ( overduecharges ) %]
407
                    [% IF ( CAN_user_updatecharges_writeoff && overduecharges ) %]
408
                    <p>
408
                    <p>
409
                        [% IF ( exemptfine ) %]
409
                        [% IF ( exemptfine ) %]
410
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" checked="checked" />
410
                        <input type="checkbox" id="exemptcheck" name="exemptfine" value="exemptfine" checked="checked" />
411
- 

Return to bug 9448