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

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

Return to bug 23111