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

(-)a/Koha/Schema/Result/Borrower.pm (-2 / +1 lines)
Lines 1539-1545 __PACKAGE__->belongs_to( Link Here
1539
);
1539
);
1540
1540
1541
__PACKAGE__->add_columns(
1541
__PACKAGE__->add_columns(
1542
    '+flgAnonymized' => { is_boolean => 1 },
1542
    '+anonymized' => { is_boolean => 1 },
1543
    '+lost'          => { is_boolean => 1 },
1543
    '+lost'          => { is_boolean => 1 },
1544
    '+gonenoaddress' => { is_boolean => 1 }
1544
    '+gonenoaddress' => { is_boolean => 1 }
1545
);
1545
);
1546
- 

Return to bug 22729