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

(-)a/Koha/Patron/Modification.pm (-2 / +1 lines)
Lines 85-91 sub store { Link Here
85
                    $changes_made = 1;
85
                    $changes_made = 1;
86
                    last;
86
                    last;
87
                }
87
                }
88
                # Set the changes for patron without commiting - this will be used
88
                # Set the changes for patron without committing - this will be used
89
                # for validating the given parameters via Koha::Patron.
89
                # for validating the given parameters via Koha::Patron.
90
                # Do not ->store the patron!
90
                # Do not ->store the patron!
91
                $patron->$column($self->$column);
91
                $patron->$column($self->$column);
92
- 

Return to bug 16330