Skip to content

Commit

Permalink
Update account_check.py (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarro authored and jjscarafia committed Aug 1, 2018
1 parent 529468d commit 9a279b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_check/models/account_check.py
Expand Up @@ -616,7 +616,7 @@ def action_create_debit_note(
name = 'Rechazo cheque "%s"' % (self.name)
# si pedimos la de holding es una devolucion
elif operation == 'returned':
name = 'Devolución cheque "%s"' % (self.name)
name = u'Devolución cheque "%s"' % (self.name)
else:
raise ValidationError(_(
'Debit note for operation %s not implemented!' % (
Expand Down

0 comments on commit 9a279b7

Please sign in to comment.