View | Details | Raw Unified | Return to bug 20772
Collapse All | Expand All

(-)a/Koha/Schema/Result/Illrequestattribute.pm (-2 / +3 lines)
Lines 100-105 __PACKAGE__->belongs_to( Link Here
100
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-05-17 09:17:53
100
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-05-17 09:17:53
101
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sFY1giVMz5AkXCPidhyGjw
101
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sFY1giVMz5AkXCPidhyGjw
102
102
103
__PACKAGE__->add_columns(
104
    '+readonly' => { is_boolean => 1 }
105
);
103
106
104
# You can replace this text with custom code or comments, and it will be preserved on regeneration
105
1;
107
1;
106
- 

Return to bug 20772