Fix the configured title that is displayed when an asset is added
to the cart.
This commit is contained in:
parent
448f1ffdf5
commit
05f85c5db3
2 changed files with 2 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ Product.
|
|||
|
||||
sub getConfiguredTitle {
|
||||
my $self = shift;
|
||||
return $self->getOptions->{shortdesc};
|
||||
return join ' - ', $self->getTitle, $self->getOptions->{shortdesc};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue