Bugzilla – Attachment 191587 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: Tidy kohaTable - serials/subscription-numberpatterns.tt
Bug-41578-Tidy-kohaTable---serialssubscription-num.patch (text/plain), 1.76 KB, created by
Owen Leonard
on 2026-01-16 18:22:34 UTC
(
hide
)
Description:
Bug 41578: Tidy kohaTable - serials/subscription-numberpatterns.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-16 18:22:34 UTC
Size:
1.76 KB
patch
obsolete
>From 8740df860bfaaed3f8689a3aa4ac83b91e583eaa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 14:51:04 +0100 >Subject: [PATCH] Bug 41578: Tidy kohaTable - > serials/subscription-numberpatterns.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../serials/subscription-numberpatterns.tt | 17 ++++++++++------- > 1 file changed, 10 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >index 82b79e1ed9e..2f3100bae0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt >@@ -330,12 +330,8 @@ > [% END %] > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] >- <script> >- function confirmDelete() { >- return confirm(_("Are you sure you want to delete this numbering pattern?")); >- } >- >- [% IF (new or modify) %] >+ [% IF (new or modify) %] >+ <script> > function testPattern() { > var frequencyid = $("#frequency").val(); > var firstacquidate = $("#firstacquidate").val(); >@@ -383,11 +379,18 @@ > } > }); > } >- [% END %] >+ </script> >+ [% END %] > >+ <script> > function show_blocking_subs() { > $("#blocking_subs").show(); > } >+ >+ function confirmDelete() { >+ return confirm(_("Are you sure you want to delete this numbering pattern?")); >+ } >+ > $(document).ready(function(){ > > $("#numberpatternst").kohaTable({ >-- >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