@@ -, +, @@ --- Koha/Patron.pm | 4 ---- 1 file changed, 4 deletions(-) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -200,10 +200,6 @@ sub store { if ( defined $self->updated_on and not $self->updated_on ) { $self->updated_on(undef); - } elsif ( not $self->updated_on ) { - # This is bad we should use columns_info instead - # But it will avoid unecessary processing - $self->updated_on(\"current_timestamp"); } # Set default values if not set --