Bugzilla – Attachment 158729 Details for
Bug 35287
Add additional fields support to ERM licenses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35287: Admin
Bug-35287-Admin.patch (text/plain), 1.71 KB, created by
Pedro Amorim
on 2023-11-09 14:41:56 UTC
(
hide
)
Description:
Bug 35287: Admin
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-11-09 14:41:56 UTC
Size:
1.71 KB
patch
obsolete
>From d5f1c82ee1281106b3be0b288ac5d38ce7301f7a Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 8 Nov 2023 11:32:49 -0100 >Subject: [PATCH] Bug 35287: Admin > >ERM licenses is now a table option in the additional fields admin panel >ERM licenses allows for the 'searchable' option (as well as 'repeatable') >--- > .../intranet-tmpl/prog/en/modules/admin/additional-fields.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index 23a939e1f7..0bfed1210d 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -23,7 +23,7 @@ > </head> > > [% marcfield_tables = ['subscription', 'aqorders'] %] >-[% searchable_tables = ['subscription', 'aqbasket', 'aqinvoices'] %] >+[% searchable_tables = ['subscription', 'aqbasket', 'aqinvoices', 'erm_licenses'] %] > [% show_marcfield = marcfield_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %] > [% show_searchable = searchable_tables.grep('^' _ tablename _ '$').size ? 1 : 0 %] > >@@ -134,6 +134,9 @@ > [% WRAPPER table_option value="accountlines:credit" %]Account lines (credit)[% END %] > [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %] > [% END %] >+ [% IF CAN_user_erm %] >+ [% WRAPPER table_option value="erm_licenses" %]ERM Licenses[% END %] >+ [% END %] > </ul> > [% ELSE %] > Additional permissions are required for editing additional fields >-- >2.30.2
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 35287
:
158725
|
158726
|
158727
|
158728
|
158729
|
158730
|
158731
|
158732
|
158733
|
158734
|
159634
|
159635
|
159636
|
159637
|
159638
|
159639
|
159640
|
159641
|
159642
|
159643
|
165451
|
165637
|
165638
|
165639
|
165640
|
165641
|
165642
|
165643
|
165644
|
165645
|
165646
|
165647
|
167681
|
169728
|
169729
|
169730
|
169731
|
169732
|
169733
|
169734
|
169735
|
169736
|
169737
|
170448
|
170753
|
172850
|
172851
|
172852
|
172853
|
172854
|
172855
|
172856
|
172857
|
172858
|
172860
|
172861
|
173022
|
173102
|
173103
|
173104
|
173105
|
173106
|
173107
|
173108
|
173109
|
173110
|
173111
|
173112
|
173113
|
173290