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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +9 lines)
Lines 918-924 Link Here
918
                                            <div class="onsite-checkout-only">
918
                                            <div class="onsite-checkout-only">
919
                                                <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" />
919
                                                <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" />
920
                                                <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
920
                                                <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
921
                                                <input type="text" name="duedatespec" id="duedatespec" class="flatpickr" data-flatpickr-enable-time="true" data-flatpickr-on-close-focus="#barcode" />
921
                                                <input
922
                                                    type="text"
923
                                                    name="duedatespec"
924
                                                    id="duedatespec"
925
                                                    class="flatpickr"
926
                                                    data-flatpickr-enable-time="true"
927
                                                    data-flatpickr-on-close-focus="#barcode"
928
                                                    value="[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]"
929
                                                />
922
                                                <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
930
                                                <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
923
                                            </div>
931
                                            </div>
924
                                        [% ELSE %]
932
                                        [% ELSE %]
925
- 

Return to bug 39692