Bugzilla – Attachment 191679 Details for
Bug 41649
Add support for setting the magnetic media flag for SIP in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41649: DBIC Schema boolean update
8b7d205.patch (text/plain), 1.16 KB, created by
Martin Renvoize (ashimema)
on 2026-01-20 12:28:15 UTC
(
hide
)
Description:
Bug 41649: DBIC Schema boolean update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-01-20 12:28:15 UTC
Size:
1.16 KB
patch
obsolete
>From 8b7d20525a60d592f3cc42cd912d2bac09d6b7a9 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Tue, 20 Jan 2026 12:21:19 +0000 >Subject: [PATCH] Bug 41649: DBIC Schema boolean update > >--- > Koha/Schema/Result/Itemtype.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm >index 840e4b97603..9be7c98733e 100644 >--- a/Koha/Schema/Result/Itemtype.pm >+++ b/Koha/Schema/Result/Itemtype.pm >@@ -375,11 +375,12 @@ __PACKAGE__->has_many( > > __PACKAGE__->add_columns( > '+automatic_checkin' => { is_boolean => 1 }, >+ '+bookable' => { is_boolean => 1, is_nullable => 1 }, > '+hideinopac' => { is_boolean => 1 }, > '+notforloan' => { is_boolean => 1 }, > '+rentalcharge_daily_calendar' => { is_boolean => 1 }, > '+rentalcharge_hourly_calendar' => { is_boolean => 1 }, >- '+bookable' => { is_boolean => 1, is_nullable => 1 }, >+ '+sip_magnetic' => { is_boolean => 1 }, > ); > > # Use the ItemtypeLocalization view to create the join on localization >-- >2.52.0 >
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 41649
:
191552
|
191553
|
191554
|
191555
|
191556
|
191673
|
191674
|
191675
|
191676
|
191677
|
191678
|
191679
|
191680
|
191681
|
191682
|
191683
|
191684
|
191685
|
191686