Bugzilla – Attachment 191589 Details for
Bug 41578
Tidy kohaTable block - serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41578: (follow-up) Fix syntax error
Bug-41578-follow-up-Fix-syntax-error.patch (text/plain), 1.23 KB, created by
Owen Leonard
on 2026-01-16 18:22:39 UTC
(
hide
)
Description:
Bug 41578: (follow-up) Fix syntax error
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-16 18:22:39 UTC
Size:
1.23 KB
patch
obsolete
>From 3d63f0b122750d71a12d508ce98b0254911c9855 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 16 Jan 2026 13:19:58 -0500 >Subject: [PATCH] Bug 41578: (follow-up) Fix syntax error > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/serials/subscription-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 2304ff57bcf..44be4fe1296 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -512,7 +512,7 @@ > $("#show_all_orders").click(); > > if (print_routing_list_issue){ >- var myurl = `/cgi-bin/koha/serials/routing-preview.pl?op=print&subscriptionid=${subscriptionid}&issue=${print_routing_list_issue}"; >+ var myurl = `/cgi-bin/koha/serials/routing-preview.pl?op=print&subscriptionid=${subscriptionid}&issue=${print_routing_list_issue}`; > window.open(myurl,'PrintSlip','width=500,height=500,toolbar=no,scrollbars=yes'); > } > >-- >2.39.5
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 41578
:
191155
|
191156
|
191157
|
191158
|
191159
|
191160
|
191583
|
191584
|
191585
|
191586
|
191587
|
191588
| 191589 |
191590