Revert "feat(variants): implement restoration of previously suspended variants with usable dates"

This reverts commit 3a4f6b64d2.
This commit is contained in:
2026-09-16 09:08:43 -03:00
parent 3a4f6b64d2
commit 8ad9b3a4e3
5 changed files with 21 additions and 124 deletions

View File

@@ -97,8 +97,6 @@ class EntryService
$variants = Variant::query()
->where('catalog_item_id', $catalogItem->id)
->whereNull('sales_disabled_at')
->whereNull('replaced_by_variant_id')
->lockForUpdate()
->get();