Bugzilla – Attachment 164989 Details for
Bug 30068
Wrong reference to table_borrowers in circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30068: Remove table_settings_borrowers_table from circulation.tt
Bug-30068-Remove-tablesettingsborrowerstable-from-.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2024-04-17 10:06:57 UTC
(
hide
)
Description:
Bug 30068: Remove table_settings_borrowers_table from circulation.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-04-17 10:06:57 UTC
Size:
1.46 KB
patch
obsolete
>From 9ee7e0f4a03e6596701b4b391b55c190b435c32d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Apr 2024 12:06:03 +0200 >Subject: [PATCH] Bug 30068: Remove table_settings_borrowers_table from > circulation.tt > >The history is a mess, but here we init a JS variable that is never >used. > >Test plan: > git grep table_settings_borrowers_table >should not return anything after this patch applied >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 - > 1 file changed, 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 d7f07d69ca9..e94e5554d04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1025,7 +1025,6 @@ > <script> > table_settings_issues_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %] > table_settings_relatives_issues_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'relatives-issues-table', 'json' ) | $raw %] >- table_settings_borrowers_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] > table_settings_holds_table = [% TablesSettings.GetTableSettings( 'circ', 'circulation', 'holds-table', 'json' ) | $raw %] > > [% IF borrowernumber and patron %] >-- >2.34.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 30068
:
164989
|
165015
|
165016
|
165027