Bugzilla – Attachment 181036 Details for
Bug 37829
Allow additional fields for bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37829: Add bookings as config option in additional-fields.tt
Bug-37829-Add-bookings-as-config-option-in-additio.patch (text/plain), 1.72 KB, created by
Paul Derscheid
on 2025-04-16 16:31:00 UTC
(
hide
)
Description:
Bug 37829: Add bookings as config option in additional-fields.tt
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-04-16 16:31:00 UTC
Size:
1.72 KB
patch
obsolete
>From b45e451fd6051393ce67f020b9b321529c646849 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 11 Apr 2025 14:52:46 +0000 >Subject: [PATCH] Bug 37829: Add bookings as config option in > additional-fields.tt > >--- > .../prog/en/modules/admin/additional-fields.tt | 8 +++++++- > 1 file changed, 7 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 8b97922eb2..7bbfa749da 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 >@@ -112,7 +112,7 @@ > [% END %] > > [% IF op == 'list_tables' %] >- [% IF CAN_user_acquisition_order_manage || CAN_user_serials_edit_subscription || CAN_user_updatecharges_remaining_permissions || CAN_user_erm %] >+ [% IF CAN_user_acquisition_order_manage || CAN_user_serials_edit_subscription || CAN_user_updatecharges_remaining_permissions || CAN_user_erm || CAN_user_circulate_manage_bookings %] > <h1>Additional fields</h1> > > <div class="page-section"> >@@ -159,6 +159,12 @@ > <ul> > [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %] > </ul> >+ [% END %] >+ [% IF CAN_user_circulate_manage_bookings %] >+ <h2>Bookings</h2> >+ <ul> >+ [% WRAPPER table_option value="bookings" %]<span>Bookings</span>[% END %] >+ </ul> > [% END %] </div > ><!-- /.page-section --> > [% ELSE %] >-- >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 37829
:
181034
|
181035
| 181036 |
181037
|
181038
|
181039
|
181040
|
181041
|
181042
|
181043