Fix bug: statiegeld_ignore would stay true for market products

This commit is contained in:
Juerd Waalboer 2023-05-13 01:12:11 +02:00
parent dd00f56fda
commit 701f9541cd

View file

@ -91,7 +91,7 @@ sub command { # args via @_ for mutable alias
sub hook_added_entry ($class, $cart, $entry, @) {
$S or return;
$cart->{statiegeld_ignore} and return;
delete $cart->{statiegeld_ignore} and return;
$entry->has_attribute('plugin') or return;
if ($entry->attribute('plugin') eq 'market') {