Commit d8a68666 authored by Jérome Perrin's avatar Jérome Perrin

constraints messages should not end with a period


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24355 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 829f741d
......@@ -66,7 +66,7 @@ class AccountingTransactionLine:
'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 @@ class AccountingTransactionLine:
'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
......
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