Bugzilla – Attachment 191535 Details for
Bug 41574
Tidy kohaTable block - patroncards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41574: (follow-up) Fixing syntax error and wrong variable name
Bug-41574-follow-up-Fixing-syntax-error-and-wrong-.patch (text/plain), 1.54 KB, created by
Owen Leonard
on 2026-01-15 20:31:20 UTC
(
hide
)
Description:
Bug 41574: (follow-up) Fixing syntax error and wrong variable name
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-15 20:31:20 UTC
Size:
1.54 KB
patch
obsolete
>From 30b94c8f005880ec258055b024ee04bf5dedd4a2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 15 Jan 2026 15:26:57 -0500 >Subject: [PATCH] Bug 41574: (follow-up) Fixing syntax error and wrong variable > name > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index 75a853704ee..5f515853bb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -273,7 +273,7 @@ > } > location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id}&${getstr}`; > } else if (mode == 'batch') { >- location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id`; >+ location.href = `/cgi-bin/koha/patroncards/print.pl?batch_id=${batch_id}`; > } else { > // some pass-through error trapping just in case... > } >@@ -319,7 +319,7 @@ > order: [[0, "asc"]], > pagingType: "full", > lengthMenu: [aLengthMenu, aLengthMenuLabel], >- pageLength: patronsPerPage, >+ pageLength: prefs.PatronsPerPage, > autoWidth: false, > }); > $("#additems").click(function(){ >-- >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 41574
:
191143
|
191144
|
191533
|
191534
| 191535 |
191536