From 1366ab7a850c5507aad9bd49105a5b7c7f0bee09 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Sat, 13 Oct 2018 08:05:34 -0300
Subject: [PATCH] Bug 20772: (QA follow-up) 'readonly' is a boolean

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 Koha/Schema/Result/Illrequestattribute.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Koha/Schema/Result/Illrequestattribute.pm b/Koha/Schema/Result/Illrequestattribute.pm
index b89de5bbd2..7fa897c3e9 100644
--- a/Koha/Schema/Result/Illrequestattribute.pm
+++ b/Koha/Schema/Result/Illrequestattribute.pm
@@ -100,6 +100,8 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-05-17 09:17:53
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sFY1giVMz5AkXCPidhyGjw
 
+__PACKAGE__->add_columns(
+    '+readonly' => { is_boolean => 1 }
+);
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;
-- 
2.19.1