From ffe41a93c3f496ea5b89a879bd8e51e6e7d96037 Mon Sep 17 00:00:00 2001 From: Nick Clemens 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 --- 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