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:
parent
a51afd9698
commit
5fed21f065
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue