projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix couts global
[auf_rh_dae.git]
/
project
/
dae
/
views.py
diff --git
a/project/dae/views.py
b/project/dae/views.py
index
8349768
..
8e476f0
100644
(file)
--- a/
project/dae/views.py
+++ b/
project/dae/views.py
@@
-42,7
+42,7
@@
def devises():
data['taux_euro'] = 0
else:
data['taux_euro'] = taux[0].taux
data['taux_euro'] = 0
else:
data['taux_euro'] = taux[0].taux
- data['devise_code'] = d.code
+ data['devise_code'] = d.id
liste.append(data)
return liste
liste.append(data)
return liste