Lines 109-116
__PACKAGE__->has_many(
Link Here
|
109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sYJS1OhmHvr8hUFwaGBdjQ |
109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:sYJS1OhmHvr8hUFwaGBdjQ |
110 |
|
110 |
|
111 |
__PACKAGE__->add_columns( |
111 |
__PACKAGE__->add_columns( |
112 |
'+is_system' => { is_boolean => 1 }, |
112 |
'+is_system' => { is_boolean => 1 }, |
113 |
'+is_default' => { is_boolean => 1 } |
113 |
'+is_default' => { is_boolean => 1 }, |
|
|
114 |
'+lift_after_payment' => { is_boolean => 1 }, |
114 |
); |
115 |
); |
115 |
|
116 |
|
116 |
sub koha_object_class { |
117 |
sub koha_object_class { |
117 |
- |
|
|