Bugzilla – Attachment 176489 Details for
Bug 36789
Transform a booking into checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36789: (follow-up) add JSON filter
Bug-36789-follow-up-add-JSON-filter.patch (text/plain), 1.12 KB, created by
Thibaud Guillot (thibaud_g)
on 2025-01-14 08:12:41 UTC
(
hide
)
Description:
Bug 36789: (follow-up) add JSON filter
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2025-01-14 08:12:41 UTC
Size:
1.12 KB
patch
obsolete
>From 2664ec862b89d959cd4a22b98ec042f7c96a44e2 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Tue, 14 Jan 2025 08:02:59 +0000 >Subject: [PATCH] Bug 36789: (follow-up) add JSON filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 8c2d9aee0c..f12b472117 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1071,7 +1071,7 @@ > if ( $("#onsite_checkout").prop('checked') ) { > duedatespec_fp.setDate("[% today_due_date_and_time | $KohaDates dateformat => 'iso', with_hours => 1 %]"); > } else { >- var booking_id = [% booking_id.json %]; >+ var booking_id = [% To.json( booking_id.json ) | html %]; > if (!booking_id) { > duedatespec_fp.setDate(""); > } >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36789
:
166213
|
167191
|
167242
|
167246
|
167268
|
167307
|
167309
|
167311
|
167368
|
167369
|
167602
|
167906
|
167907
|
170198
|
171553
|
171554
|
171555
|
172058
|
172059
|
172060
|
176452
|
176453
| 176489