Bugzilla – Attachment 148719 Details for
Bug 18203
Add per borrower category restrictions on placing ILL requests in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
WIP: Fix categories table presentation
WIP-Fix-categories-table-presentation.patch (text/plain), 1.15 KB, created by
Pedro Amorim
on 2023-03-26 11:36:06 UTC
(
hide
)
Description:
WIP: Fix categories table presentation
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-03-26 11:36:06 UTC
Size:
1.15 KB
patch
obsolete
>From 8b7f1dd7ab435a26204621c79f43663b961042a8 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Sun, 26 Mar 2023 11:35:18 +0000 >Subject: [PATCH] WIP: Fix categories table presentation > >But now there is an error in the console if ILL is disabled >Squash this later > >https://bugs.koha-community.org/show_bug.cgi?id=18203 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 71f2b95273..59ca59b698 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -716,6 +716,7 @@ > [% END %] > </td> > [% END %] >+ <td>[% IF category.canplaceill %] Yes [% ELSE %] No [% END %]</td> > <td>[% IF category.can_be_guarantee %] Yes [% ELSE %] No [% END %]</td> > <td> > [% SWITCH category.default_privacy %] >-- >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 18203
:
60805
|
60806
|
145331
|
145349
|
145354
|
148707
|
148719
|
149010
|
153345
|
153346
|
153347
|
153370
|
153371
|
153372
|
155316
|
155317
|
155318
|
158126
|
158127
|
158128