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

(-)a/Koha/Patron.pm (-1 / +1 lines)
Lines 210-215 sub store { Link Here
210
            $self->gonenoaddress(0)  unless $self->gonenoaddress;
210
            $self->gonenoaddress(0)  unless $self->gonenoaddress;
211
            $self->login_attempts(0) unless $self->login_attempts;
211
            $self->login_attempts(0) unless $self->login_attempts;
212
            $self->privacy_guarantor_checkouts(0) unless $self->privacy_guarantor_checkouts;
212
            $self->privacy_guarantor_checkouts(0) unless $self->privacy_guarantor_checkouts;
213
            $self->lost(0)           unless $self->lost;
213
214
214
            unless ( $self->in_storage ) {    #AddMember
215
            unless ( $self->in_storage ) {    #AddMember
215
216
216
- 

Return to bug 21596