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

(-)a/Koha/Schema/Result/BiblioFramework.pm (-2 / +4 lines)
Lines 84-88 __PACKAGE__->has_many( Link Here
84
    { cascade_copy => 0, cascade_delete => 0 },
84
    { cascade_copy => 0, cascade_delete => 0 },
85
);
85
);
86
86
87
# You can replace this text with custom content, and it will be preserved on regeneration
87
__PACKAGE__->add_columns(
88
    '+is_default' => { is_boolean => 1 },
89
);
90
88
1;
91
1;
89
- 

Return to bug 23111