View | Details | Raw Unified | Return to bug 20352
Collapse All | Expand All

(-)a/Koha/Schema/Result/Currency.pm (-1 / +6 lines)
Lines 169-174 __PACKAGE__->has_many( Link Here
169
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-18 10:44:42
169
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-18 10:44:42
170
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2eo7pibKTiDmG1Hb9EvBwA
170
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2eo7pibKTiDmG1Hb9EvBwA
171
171
172
__PACKAGE__->add_columns(
173
    "+active"         => { is_boolean => 1 },
174
    "+archived"       => { is_boolean => 1 },
175
    "+p_sep_by_space" => { is_boolean => 1 },
176
    "+p_cs_precedes"  => { is_boolean => 1 }
177
);
172
178
173
sub koha_object_class {
179
sub koha_object_class {
174
    'Koha::Acquisition::Currency';
180
    'Koha::Acquisition::Currency';
175
- 

Return to bug 20352