Commit 55cee23d 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 f85831ca
......@@ -255,7 +255,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>cell/getTotalPrice</string> </value>
<value> <string>python: round(cell.getTotalPrice(), 2)</string> </value>
</item>
</dictionary>
</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