[Erp5-report] r18263 - /erp5/trunk/products/ERP5/PropertySheet/Account.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 12 13:43:48 CET 2007


Author: jerome
Date: Wed Dec 12 13:43:47 2007
New Revision: 18263

URL: http://svn.erp5.org?rev=18263&view=rev
Log:
typos in constraints IDs

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Account.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Account.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Account.py?rev=18263&r1=18262&r2=18263&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Account.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Account.py Wed Dec 12 13:43:47 2007
@@ -44,14 +44,14 @@
   _categories = ( 'account_type', 'gap', 'financial_section', )
 
   _constraints = (
-    { 'id': 'account_type_existance',
+    { 'id': 'account_type_category_existence',
       'description': 'Account Type must be set',
       'type': 'CategoryExistence',
       'account_type' : 1,
       'condition' : 'python: object.getValidationState() not'
                      ' in ("invalidated", "deleted")'
     },
-    { 'id': 'gap_existance',
+    { 'id': 'gap_category_existence',
       'description': 'GAP must be set',
       'type': 'CategoryExistence',
       'gap' : 1,




More information about the Erp5-report mailing list