mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-13 20:48:06 +00:00
fix: duplicated prices on counters
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ class PriceQuerySet(models.QuerySet):
|
||||
),
|
||||
product__archived=False,
|
||||
product__limit_age__lte=age,
|
||||
)
|
||||
).distinct()
|
||||
|
||||
|
||||
class Price(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user