From af034e3043bba971df3fba5f93e0f32b06cd77df Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 28 Mar 2022 22:12:09 +1300 Subject: [PATCH] Bug 30291: Update boolean flags in Recall schema file Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- 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 ce5ddcd51e..e3415e77c2 100644 --- a/Koha/Schema/Result/Recall.pm +++ b/Koha/Schema/Result/Recall.pm @@ -286,8 +286,8 @@ __PACKAGE__->belongs_to( # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6DbEjtt5g6QY6VuCqrMleg __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.20.1