update fin juin

This commit is contained in:
2019-06-30 17:13:38 +02:00
parent 5c846a75cf
commit d27dadd0f3

View File

@@ -203,7 +203,7 @@ def histo_list(request):
liste=[]
for item in items:
# construire la liste pour datatable
d = (item.date.strftime('%d/%m/%Y'), to_euro(item.mvt_cash), to_euro(item.valeur_pf), to_euro(item.nb_part),
d = (item.date.strftime('%d/%m/%Y'), to_euro(item.mvt_cash), to_euro(item.valeur_pf), item.nb_part,
to_euro(item.val_part), to_euro(item.cours_ref), to_euro(item.val_part_ref), str(item.no_id).zfill(4))
liste.append(d)