Skip to content

Commit 81c7d11

Browse files
committed
Don't update applied promotions
1 parent 4432a92 commit 81c7d11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Doctrine/ORM/ChannelPricingRepositoryTrait.php

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public function updatePrices(string $bulkIdentifier): void
213213
->createQueryBuilder('o')
214214
->update()
215215
->set('o.bulkIdentifier', ':null')
216-
->set('o.appliedPromotions', ':null')
217216
->andWhere('o.id IN (:ids)')
218217
->setParameter('null', null)
219218
->setParameter('ids', $ids)

0 commit comments

Comments
 (0)