From 8ea839a6f93186fb2d24c257bd3d3a2ae5fe82c0 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Sat, 24 Oct 2020 12:12:22 +1300 Subject: [PATCH] Bug 19532: [DBIx] Add boolean flags to recalls.old and recalls.item_level_recall Content-Type: text/plain; charset=utf-8 Signed-off-by: David Nind Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- Koha/Schema/Result/Recall.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/Recall.pm b/Koha/Schema/Result/Recall.pm index 0c1b37603b..56765c8c76 100644 --- a/Koha/Schema/Result/Recall.pm +++ b/Koha/Schema/Result/Recall.pm @@ -268,6 +268,9 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-10-14 15:07:03 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3OJBkRJzqxZpuRp0GYGixw +__PACKAGE__->add_columns( + '+old' => { is_boolean => 1 }, + '+item_level_recall' => { is_boolean => 1 }, +); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.20.1