Skip to content

Commit

Permalink
Merge pull request #2750 from dpfaffenbauer/issue/2749
Browse files Browse the repository at this point in the history
[CoreBundle] fix quantity price rules customerGroups condition
  • Loading branch information
dpfaffenbauer authored Nov 8, 2024
2 parents 96baeb8 + 3b360bf commit 4efb0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
*/

pimcore.registerNS('coreshop.product_quantity_price_rules.conditions.guest');
coreshop.product_quantity_price_rules.conditions.customerGroups = Class.create(coreshop.product.pricerule.conditions.guest, {});
coreshop.product_quantity_price_rules.conditions.guest = Class.create(coreshop.product.pricerule.conditions.guest, {});

0 comments on commit 4efb0df

Please sign in to comment.