Bugzilla – Attachment 103635 Details for
Bug 22630
Add ability to change the homebranch in course reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22630: Set is_boolean flag for course_items.homebranch_enabled
Bug-22630-Set-isboolean-flag-for-courseitemshomebr.patch (text/plain), 874 bytes, created by
Julian Maurice
on 2020-04-24 09:02:50 UTC
(
hide
)
Description:
Bug 22630: Set is_boolean flag for course_items.homebranch_enabled
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-04-24 09:02:50 UTC
Size:
874 bytes
patch
obsolete
>From d3995174c5b119c4a8355e2d3cc19d6682b506ab Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 24 Apr 2020 11:01:46 +0200 >Subject: [PATCH] Bug 22630: Set is_boolean flag for > course_items.homebranch_enabled > >--- > Koha/Schema/Result/CourseItem.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Schema/Result/CourseItem.pm b/Koha/Schema/Result/CourseItem.pm >index e1654ec8ee..495cf77964 100644 >--- a/Koha/Schema/Result/CourseItem.pm >+++ b/Koha/Schema/Result/CourseItem.pm >@@ -320,6 +320,7 @@ __PACKAGE__->belongs_to( > __PACKAGE__->add_columns( > '+itype_enabled' => { is_boolean => 1 }, > '+ccode_enabled' => { is_boolean => 1 }, >+ '+homebranch_enabled' => { is_boolean => 1 }, > '+holdingbranch_enabled' => { is_boolean => 1 }, > '+location_enabled' => { is_boolean => 1 }, > ); >-- >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 22630
:
87355
|
87369
|
89037
|
89741
|
89742
|
89743
|
90023
|
90024
|
90025
|
90026
|
90027
|
90028
|
91177
|
91178
|
91179
|
91180
|
91575
|
91576
|
91577
|
91578
|
92579
|
92580
|
92603
|
92604
|
103556
|
103634
|
103635
|
103733
|
103734
|
103735
|
103736
|
105324