mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-18 06:03:49 +00:00
Fix highlight color not working on best customer table
This commit is contained in:
@@ -560,7 +560,8 @@ class Counter(models.Model):
|
||||
)
|
||||
.annotate(nickname=F("customer__user__nick_name"))
|
||||
.annotate(promo=F("customer__user__promo"))
|
||||
.values("customer__user", "promo", "name", "nickname")
|
||||
.annotate(user=F("customer__user"))
|
||||
.values("customer__user", "user", "promo", "name", "nickname")
|
||||
.annotate(
|
||||
selling_sum=Sum(
|
||||
F("unit_price") * F("quantity"), output_field=CurrencyField()
|
||||
|
Reference in New Issue
Block a user