Commit d8f80e35 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Round representation

Otherwise some prices are displayed with too many numbers after the dot.
parent 879a29e1
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>cell/getTotalPrice</string> </value> <value> <string>python: round(cell.getTotalPrice(), 2)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment