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 |
- |
|
|