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

(-)a/Koha/Patron/Modification.pm (-1 / +2 lines)
Lines 70-75 sub store { Link Here
70
        };
70
        };
71
    }
71
    }
72
72
73
    $self->changed_fields('') unless defined $self->changed_fields;
74
73
    return $self->SUPER::store();
75
    return $self->SUPER::store();
74
}
76
}
75
77
76
- 

Return to bug 25086