bug affichage devis_view.pt

This commit is contained in:
2019-09-16 17:48:32 +02:00
parent f7feccfb80
commit 08cebb1db9
3 changed files with 26 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ class GlobalLayout(object):
return to_euroz(x)
def to_decz(self, x):
return to_euroz(x)
return to_decz(x)
def to_percent(self, x):
return to_percent(x)