Bugzilla – Attachment 191147 Details for
Bug 41575
Tidy kohaTable block - pos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41575: Tidy kohaTable - pos/registers.tt
935d4cd.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2026-01-09 14:51:22 UTC
(
hide
)
Description:
Bug 41575: Tidy kohaTable - pos/registers.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:51:22 UTC
Size:
1.28 KB
patch
obsolete
>From 935d4cd9ae7b8fb242ca23fa2dda5b038ae7f994 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 14:28:50 +0100 >Subject: [PATCH] Bug 41575: Tidy kohaTable - pos/registers.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >index c79ad6c20fd..17cabc760ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt >@@ -218,11 +218,15 @@ > [% Asset.js("js/modal_printer.js") | $raw %] > <script> > $(document).ready(function () { >- > [%# js used here as we don't have access to these template variables where we need them #%] > $("#bankable").text('[% bankable | $Price %]'); > $("#income").text('[% ctotal | $Price %] ([% cctotal | $Price %])'); > $("#outgoing").text('[% dtotal | $Price %] ([% cdtotal | $Price %])'); >+ }); >+ </script> >+ >+ <script> >+ $(document).ready(function () { > > var registers_table = $("#registers").kohaTable({ > searching: false, >-- >2.43.0 >
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 41575
:
191145
|
191146
| 191147 |
191148