mirror of
https://github.com/nanoy42/coope
synced 2024-11-05 09:26:27 +00:00
parent
9750035fd7
commit
949fc3dd1d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def profile(request, pk):
|
||||||
self = request.user == user
|
self = request.user == user
|
||||||
cotisations = CotisationHistory.objects.filter(user=user)
|
cotisations = CotisationHistory.objects.filter(user=user)
|
||||||
whitelists = WhiteListHistory.objects.filter(user=user)
|
whitelists = WhiteListHistory.objects.filter(user=user)
|
||||||
reloads = Reload.objects.filter(customer=user).order_by('-date')
|
reloads = Reload.objects.filter(customer=user).order_by('-date')[:5]
|
||||||
consumptionsChart = Consumption.objects.filter(customer=user)
|
consumptionsChart = Consumption.objects.filter(customer=user)
|
||||||
products = []
|
products = []
|
||||||
quantities = []
|
quantities = []
|
||||||
|
|
Loading…
Reference in a new issue