Bug 22630: Set is_boolean flag for course_items.homebranch_enabled

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Julian Maurice 2020-04-24 11:01:46 +02:00 committed by Martin Renvoize
parent a51afd9698
commit 5fed21f065
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -320,6 +320,7 @@ __PACKAGE__->belongs_to(
__PACKAGE__->add_columns(
'+itype_enabled' => { is_boolean => 1 },
'+ccode_enabled' => { is_boolean => 1 },
'+homebranch_enabled' => { is_boolean => 1 },
'+holdingbranch_enabled' => { is_boolean => 1 },
'+location_enabled' => { is_boolean => 1 },
);