Commit f0572079 authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, forgot to commit the property sheet change.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ea098d7
......@@ -35,6 +35,11 @@ class MutilatedBanknote:
'description' : 'The person who said that there is a mutilated banknote',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'sent_to_headquaters',
'description' : 'If true, the banknotes have been sent to headquaters',
'type' : 'boolean',
'default' : False,
'mode' : 'w' },
)
588
\ No newline at end of file
590
\ 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