[Erp5-report] r19025 - /erp5/trunk/products/ERP5/PropertySheet/AccountingTransaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 4 14:36:36 CET 2008


Author: jerome
Date: Mon Feb  4 14:36:36 2008
New Revision: 19025

URL: http://svn.erp5.org?rev=19025&view=rev
Log:
missing message

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

Modified: erp5/trunk/products/ERP5/PropertySheet/AccountingTransaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingTransaction.py?rev=19025&r1=19024&r2=19025&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingTransaction.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingTransaction.py Mon Feb  4 14:36:36 2008
@@ -33,6 +33,8 @@
   _constraints = (
     { 'id': 'section_existence',
       'description': 'Both sections must be defined for invoices',
+      'message_category_not_set':
+              'Both sections must be defined for invoices',
       'type': 'CategoryExistence',
       'destination_section' : 1,
       'source_section' : 1,




More information about the Erp5-report mailing list