Bugzilla – Attachment 148707 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]
Bug 18203: (QA follow-up) * Add boolean flag in Category.pm
Bug-18203-QA-follow-up--Add-boolean-flag-in-Catego.patch (text/plain), 850 bytes, created by
Pedro Amorim
on 2023-03-25 18:20:19 UTC
(
hide
)
Description:
Bug 18203: (QA follow-up) * Add boolean flag in Category.pm
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-03-25 18:20:19 UTC
Size:
850 bytes
patch
obsolete
>From 35c49d02cff1defa37b400d72b8ea9fb7402a2a5 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Sat, 25 Mar 2023 18:19:55 +0000 >Subject: [PATCH] Bug 18203: (QA follow-up) * Add boolean flag in Category.pm > >--- > Koha/Schema/Result/Category.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index d6281bf36a..d5acef97e7 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -389,6 +389,7 @@ sub koha_objects_class { > } > > __PACKAGE__->add_columns( >+ '+canplaceill' => { is_boolean => 1 }, > '+can_be_guarantee' => { is_boolean => 1 }, > '+exclude_from_local_holds_priority' => { is_boolean => 1 }, > '+require_strong_password' => { is_boolean => 1 }, >-- >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