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 829-835 Link Here
829
                                                        [% IF noissues %]
829
                                                        [% IF noissues %]
830
                                                            <div class="onsite-checkout-only">
830
                                                            <div class="onsite-checkout-only">
831
                                                                <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
831
                                                                <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
832
                                                                <input type="text" name="duedatespec" id="duedatespec" class="flatpickr" data-flatpickr-enable-time="true" data-flatpickr-on-close-focus="#barcode" />
832
                                                                <input
833
                                                                    type="text"
834
                                                                    name="duedatespec"
835
                                                                    id="duedatespec"
836
                                                                    class="flatpickr"
837
                                                                    data-flatpickr-enable-time="true"
838
                                                                    data-flatpickr-on-close-focus="#barcode"
839
                                                                    value="[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]"
840
                                                                />
833
                                                                <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
841
                                                                <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
834
                                                            </div>
842
                                                            </div>
835
                                                        [% ELSE %]
843
                                                        [% ELSE %]
836
- 

Return to bug 39692