Bugzilla – Attachment 195135 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: (QA follow-up) Adjust schema for boolean
Bug-41311-QA-follow-up-Adjust-schema-for-boolean.patch (text/plain), 817 bytes, created by
Nick Clemens (kidclamp)
on 2026-03-11 16:20:25 UTC
(
hide
)
Description:
Bug 41311: (QA follow-up) Adjust schema for boolean
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2026-03-11 16:20:25 UTC
Size:
817 bytes
patch
obsolete
>From ffe41a93c3f496ea5b89a879bd8e51e6e7d96037 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 11 Mar 2026 16:19:38 +0000 >Subject: [PATCH] Bug 41311: (QA follow-up) Adjust schema for boolean > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Schema/Result/SipAccount.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/Koha/Schema/Result/SipAccount.pm b/Koha/Schema/Result/SipAccount.pm >index 71e003a74e2..fb2d4dfac51 100644 >--- a/Koha/Schema/Result/SipAccount.pm >+++ b/Koha/Schema/Result/SipAccount.pm >@@ -589,6 +589,10 @@ __PACKAGE__->add_columns( > "+show_outstanding_amount" => { is_boolean => 1 } > ); > >+__PACKAGE__->add_columns( >+ "+patron_branchcode_in_ao" => { is_boolean => 1 } >+); >+ > =head2 koha_objects_class > > Koha Objects class >-- >2.39.5
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
|
190080
|
190081
|
190083
|
190084
|
195133
|
195134
| 195135