From e6a2ca81c44b3f74389e95adefc5cc78f194fbb4 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 28 Mar 2022 22:12:09 +1300 Subject: [PATCH] Bug 30291: [DBIx] Updating boolean flags in Recall schema file --- Koha/Schema/Result/Recall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Recall.pm b/Koha/Schema/Result/Recall.pm index 345b391004e..0f5168722ff 100644 --- a/Koha/Schema/Result/Recall.pm +++ b/Koha/Schema/Result/Recall.pm @@ -316,8 +316,8 @@ __PACKAGE__->belongs_to( # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SBbfNo3z9m7mEx0c5rJMJw __PACKAGE__->add_columns( - '+old' => { is_boolean => 1 }, - '+item_level_recall' => { is_boolean => 1 }, + '+completed' => { is_boolean => 1 }, + '+item_level' => { is_boolean => 1 }, ); __PACKAGE__->belongs_to( -- 2.11.0