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

(-)a/Koha/Schema/Result/AdditionalField.pm (-1 / +1 lines)
Lines 178-183 __PACKAGE__->has_many( Link Here
178
178
179
__PACKAGE__->add_columns(
179
__PACKAGE__->add_columns(
180
    '+repeatable' => { is_boolean => 1 },
180
    '+repeatable' => { is_boolean => 1 },
181
    '+is_system'  => { is_boolean => 1 },
181
);
182
);
182
183
183
1;
184
1;
184
- 

Return to bug 35625