Bugzilla – Attachment 189975 Details for
Bug 41311
Add ability for SIP to send patron home library ( branchcode ) in AO field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41311: Update DBIC [DO NOT PUSH]
Bug-41311-Update-DBIC-DO-NOT-PUSH.patch (text/plain), 1.57 KB, created by
Kyle M Hall (khall)
on 2025-11-26 17:47:25 UTC
(
hide
)
Description:
Bug 41311: Update DBIC [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-11-26 17:47:25 UTC
Size:
1.57 KB
patch
obsolete
>From 39461be0399735bc984ffc1ca8d5488b44729586 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 26 Nov 2025 12:41:31 -0500 >Subject: [PATCH] Bug 41311: Update DBIC [DO NOT PUSH] > >--- > Koha/Schema/Result/SipAccount.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/SipAccount.pm b/Koha/Schema/Result/SipAccount.pm >index 8dac7953eab..71e003a74e2 100644 >--- a/Koha/Schema/Result/SipAccount.pm >+++ b/Koha/Schema/Result/SipAccount.pm >@@ -43,6 +43,12 @@ Foreign key to sip_institutions.sip_institution_id > is_nullable: 1 > size: 255 > >+=head2 patron_branchcode_in_ao >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 1 >+ > =head2 allow_additional_materials_checkout > > data_type: 'tinyint' >@@ -255,6 +261,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, > "ae_field_template", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "patron_branchcode_in_ao", >+ { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > "allow_additional_materials_checkout", > { data_type => "tinyint", is_nullable => 1 }, > "allow_empty_passwords", >@@ -501,8 +509,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-11-04 15:47:11 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:N8uHee0eMqOcg0I1obuEWA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-11-26 15:41:44 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UKHVC0lIrifpOd+vwEwBjA > > > __PACKAGE__->add_columns( >-- >2.50.1 (Apple Git-155)
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 41311
:
189974
| 189975