[Erp5-report] r24355 - /erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 28 13:26:48 CET 2008


Author: jerome
Date: Tue Oct 28 13:26:41 2008
New Revision: 24355

URL: http://svn.erp5.org?rev=24355&view=rev
Log:
constraints messages should not end with a period

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

Modified: erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLine.py?rev=24355&r1=24354&r2=24355&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLine.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/AccountingTransactionLine.py Tue Oct 28 13:26:41 2008
@@ -66,7 +66,7 @@
       'destination_section' : 1,
       'portal_type': ('Person', 'Organisation'),
       'message_category_not_set': 'Third party must be defined for '\
-          'payable or receivable accounts.'
+          'payable or receivable accounts'
     },
     { 'id': 'source_section_existence',
       'condition' :
@@ -77,7 +77,7 @@
       'source_section' : 1,
       'portal_type': ('Person', 'Organisation'),
       'message_category_not_set': 'Third party must be defined for '\
-          'payable or receivable accounts.'
+          'payable or receivable accounts'
     },
 
        # We need a payment for bank accounts




More information about the Erp5-report mailing list