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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 1071-1077 Link Here
1071
                if ( $("#onsite_checkout").prop('checked') ) {
1071
                if ( $("#onsite_checkout").prop('checked') ) {
1072
                    duedatespec_fp.setDate("[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]");
1072
                    duedatespec_fp.setDate("[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]");
1073
                } else {
1073
                } else {
1074
                    var booking_id = [% booking_id.json %];
1074
                    var booking_id = [% To.json( booking_id.json ) | html %];
1075
                    if (!booking_id) {
1075
                    if (!booking_id) {
1076
                        duedatespec_fp.setDate("");
1076
                        duedatespec_fp.setDate("");
1077
                    }
1077
                    }
1078
- 

Return to bug 36789