Bugzilla – Attachment 98670 Details for
Bug 22833
Block suspend and cancel on holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22833: Flag booleans in Itemtype.pm
Bug-22833-Flag-booleans-in-Itemtypepm.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2020-02-10 15:55:43 UTC
(
hide
)
Description:
Bug 22833: Flag booleans in Itemtype.pm
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-10 15:55:43 UTC
Size:
1.01 KB
patch
obsolete
>From 556efe28a082f147b35aa3c5ae53c990d6a99cca Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Wed, 11 Dec 2019 12:28:17 +0100 >Subject: [PATCH] Bug 22833: Flag booleans in Itemtype.pm > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Itemtype.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 1d80371e27..17ae335e6c 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -246,6 +246,12 @@ __PACKAGE__->has_many( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-10 13:05:13 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:imkleCMSxzQGqs6WXdLmjA > >+__PACKAGE__->add_columns( >+ '+hideinopac' => { is_boolean => 1 }, >+ '+can_suspend_hold' => { is_boolean => 1 }, >+ '+can_cancel_hold' => { is_boolean => 1 }, >+); >+ > # Use the ItemtypeLocalization view to create the join on localization > our $LANGUAGE; > __PACKAGE__->has_many( >-- >2.20.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 22833
:
96196
|
96197
|
96198
|
96207
|
98649
|
98650
|
98669
|
98670
|
98671
|
98947
|
98951
|
98952
|
98953
|
98954