2
0

Avoid comma at the end of error_message

This commit is contained in:
Alex Comba 2014-12-09 14:56:10 +01:00 committed by Abraham Anes
parent 4e103b95f0
commit 7c817ee743

View File

@ -62,7 +62,7 @@ class AccountMoveTemplate(models.Model):
error_message = (
u'If the template is "cross-journals", the Journals must be '
u'different, if the template does not "cross-journals" the '
u'Journals must be the same!',
u'Journals must be the same!'
)
for move_template in self:
if move_template.template_line_ids: