Do provide final cart when no pending cart was ever shown...
This commit is contained in:
parent
f4eb91a22b
commit
bb8c52b593
3 changed files with 6 additions and 3 deletions
|
@ -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} };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue