Commit 91279957 authored by Julien Muchembled's avatar Julien Muchembled

payroll: skin priority must be float, not string

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42687 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2191ea6
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
<value> <string>float</string> </value>
</item>
</dictionary>
</tuple>
......
578
\ No newline at end of file
579
\ No newline at end of file
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
<value> <string>float</string> </value>
</item>
</dictionary>
</tuple>
......
130
\ No newline at end of file
131
\ No newline at end of file
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