Commit 16f30aad authored by Grégory Wisniewski's avatar Grégory Wisniewski

Set a default value for unique_per_account property

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37087 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79e11006
......@@ -34,6 +34,7 @@ class CheckPayment:
{ 'id' : 'unique_per_account',
'description' : 'If the check has an number that must be unique per account',
'type' : 'boolean',
'default' : True,
'mode' : 'w' },
)
......
......@@ -91,7 +91,9 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -174,4 +176,20 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/isUniquePerAccount</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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