From fa88a3ebfdc289992e85bce1fbfd23da1bbc2349 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 28 Oct 2024 15:08:25 +0000 Subject: [PATCH] Bug 37511: (QA follow-up) Add boolean hint Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- Koha/Schema/Result/Currency.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm index bfc5f21e9b..b7fa385114 100644 --- a/Koha/Schema/Result/Currency.pm +++ b/Koha/Schema/Result/Currency.pm @@ -184,6 +184,9 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-01 10:59:15 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:C7BtR3ceUVovrYitKh55bA +__PACKAGE__->add_columns( + "+p_cs_precedes" => { is_boolean => 1 }, +); sub koha_object_class { 'Koha::Acquisition::Currency'; -- 2.39.5