Do provide final cart when no pending cart was ever shown...

This commit is contained in:
Juerd Waalboer 2019-11-06 06:13:18 +01:00
parent f4eb91a22b
commit bb8c52b593
3 changed files with 6 additions and 3 deletions

View file

@ -147,7 +147,6 @@ sub user {
croak "User can only be set once" if defined $self->{user};
$self->{user} = $new;
$self->attribute('changed', 1);
$_->{description} =~ s/\$you/$new/g for $self, @{ $self->{contras} };
}