Commit f0add6e0 authored by Jérome Perrin's avatar Jérome Perrin

payroll: set a precision of 2 for the tax percentage

On python3 the percentages are sometimes printed as 6.8500000000000005%
parent 636d826b
......@@ -10,9 +10,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
<string>precision</string>
<string>title</string>
</list>
</value>
</item>
......@@ -91,7 +91,7 @@
</item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>target</string> </key>
......
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