Skip to content

Commit

Permalink
Merge pull request #1991 from solverat/patch-1
Browse files Browse the repository at this point in the history
remove variable variables sign
  • Loading branch information
dpfaffenbauer authored May 5, 2022
2 parents db13991 + 4367c3e commit 49a3bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function getDataForEditmode($data, $object = null, $params = [])
foreach ($priceCalculators as $type) {
$calculationBehaviourTypes[] = [$type, 'coreshop_product_quantity_price_rules_calculator_' . strtolower($type)];
}
foreach ($$actions as $type) {
foreach ($actions as $type) {
$pricingBehaviourTypes[] = [$type, 'coreshop_product_quantity_price_rules_behaviour_' . strtolower($type)];
}

Expand Down

0 comments on commit 49a3bcd

Please sign in to comment.