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

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

Return to bug 23111