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

(-)a/Koha/Schema/Result/AdditionalField.pm (-1 / +1 lines)
Lines 168-173 __PACKAGE__->has_many( Link Here
168
168
169
__PACKAGE__->add_columns(
169
__PACKAGE__->add_columns(
170
    '+repeatable' => { is_boolean => 1 },
170
    '+repeatable' => { is_boolean => 1 },
171
    '+is_system'  => { is_boolean => 1 },
171
);
172
);
172
173
173
1;
174
1;
174
- 

Return to bug 35625