mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-06 10:05:16 +00:00
Fix highlight color not working on best customer table
This commit is contained in:
parent
2138752ce9
commit
2e4c85ce30
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user