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

(-)a/Koha/Schema/Result/Issue.pm (-1 / +1 lines)
Lines 341-346 __PACKAGE__->might_have( Link Here
341
341
342
__PACKAGE__->add_columns(
342
__PACKAGE__->add_columns(
343
    '+auto_renew'      => { is_boolean => 1 },
343
    '+auto_renew'      => { is_boolean => 1 },
344
    '+noteseen'        => { is_boolean => 1 },
344
    '+onsite_checkout' => { is_boolean => 1 }
345
    '+onsite_checkout' => { is_boolean => 1 }
345
);
346
);
346
347
347
- 

Return to bug 28272