Bug 16223: Mark lift_after_payment as boolean in schema

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-10-11 11:38:37 -03:00
parent bc94bf81ad
commit 693b52f5aa
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -109,8 +109,9 @@ __PACKAGE__->has_many(
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sYJS1OhmHvr8hUFwaGBdjQ
__PACKAGE__->add_columns(
'+is_system' => { is_boolean => 1 },
'+is_default' => { is_boolean => 1 }
'+is_system' => { is_boolean => 1 },
'+is_default' => { is_boolean => 1 },
'+lift_after_payment' => { is_boolean => 1 },
);
sub koha_object_class {