fix?
This commit is contained in:
parent
2df5360619
commit
77730835e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2093,7 +2093,7 @@ sub www_addEventsToBadge {
|
|||
my ($items, $nothing) = $shoppingCart->getItems;
|
||||
foreach my $event (@eventsToSubtract) {
|
||||
foreach my $item (@$items) {
|
||||
if ($item->{item}->{productId} eq $event}) {
|
||||
if ($item->{item}->{productId} eq $event) {
|
||||
$shoppingCart->setQuantity($event,'Event',($item->{item} - 1));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue