Bug 23681: (follow-up) Mark fields at booleans
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
3b1c271f78
commit
2218b4469b
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ __PACKAGE__->has_many(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-04 11:05:19
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRSViJItfpT3mxCX82/9eQ
|
||||
|
||||
__PACKAGE__->add_columns(
|
||||
'+is_system' => { is_boolean => 1 },
|
||||
'+is_default' => { is_boolean => 1 }
|
||||
);
|
||||
|
||||
sub koha_object_class {
|
||||
'Koha::RestrictionType';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue