Commit 3f7964d9 authored by Jérome Perrin's avatar Jérome Perrin

missing message


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01a21bbd
......@@ -33,6 +33,8 @@ class AccountingTransaction:
_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,
......
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