From 10528dec81fbb202bdb47de5e9e185462aa7f8df Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 22 Apr 2020 11:52:41 +0000 Subject: [PATCH] Bug 19532: Add boolean flags to recalls.old and recalls.item_level_recall --- 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 46c327bde72..e4b329a46c5 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 @ 2020-04-23 17:21:08 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZFB+Z1KH2f0nLL8TErg32w +__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.11.0