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 Jordi Ballester Alomar
parent f07af4c363
commit a62f5be5db

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: