racourcir les libelles des actions
This commit is contained in:
@@ -24,7 +24,16 @@ class GlobalLayout(object):
|
||||
return to_decimal(x)
|
||||
|
||||
def to_euro(self, x):
|
||||
return to_euro(x)
|
||||
if x == 0:
|
||||
return ''
|
||||
else:
|
||||
return to_euro(x)
|
||||
|
||||
def zero2space(self, x):
|
||||
if x == 0:
|
||||
return ''
|
||||
else:
|
||||
return x
|
||||
|
||||
def to_usd(self, x):
|
||||
return to_usd(x)
|
||||
|
||||
Reference in New Issue
Block a user