[Erp5-report] r37087 gregory - in /erp5/trunk/bt5/erp5_banking_check: PropertySheetTemplate...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 13 16:06:24 CEST 2010
Author: gregory
Date: Tue Jul 13 16:06:23 2010
New Revision: 37087
URL: http://svn.erp5.org?rev=37087&view=rev
Log:
Set a default value for unique_per_account property
Modified:
erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py
erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_unique_per_account.xml
erp5/trunk/bt5/erp5_banking_check/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py?rev=37087&r1=37086&r2=37087&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/PropertySheetTemplateItem/CheckPayment.py [utf8] Tue Jul 13 16:06:23 2010
@@ -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' },
)
Modified: erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_unique_per_account.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_unique_per_account.xml?rev=37087&r1=37086&r2=37087&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_unique_per_account.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckPayment_view/my_unique_per_account.xml [utf8] Tue Jul 13 16:06:23 2010
@@ -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>
Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=37087&r1=37086&r2=37087&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] Tue Jul 13 16:06:23 2010
@@ -1 +1 @@
-442
+443
More information about the Erp5-report
mailing list