Bug 23354: (QA follow-up) Mark boolean columns in schema
Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
a65363acd5
commit
12fce14952
1 changed files with 8 additions and 0 deletions
|
@ -136,6 +136,14 @@ __PACKAGE__->add_columns(
|
|||
'+is_system' => { is_boolean => 1 }
|
||||
);
|
||||
|
||||
__PACKAGE__->add_columns(
|
||||
"+can_be_sold" => { is_boolean => 1 }
|
||||
);
|
||||
|
||||
__PACKAGE__->add_columns(
|
||||
"+can_be_invoiced" => { is_boolean => 1 }
|
||||
);
|
||||
|
||||
sub koha_objects_class {
|
||||
'Koha::Account::DebitTypes';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue