Commit d0232939 authored by Kevin Deldycke's avatar Kevin Deldycke

Add advantage property to support additional amount of money on Pay Sheet (thanks to Mayoro)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3382 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c8b587c
......@@ -40,6 +40,10 @@ class PaySheet:
'description' : '',
'type' : 'date',
'mode' : 'w' },
{ 'id' : 'advantage',
'description' : '',
'type' : 'float',
'mode' : 'w' },
)
_categories = ( 'source', 'destination',
......
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