[FIX] Account. Missing translation on write-off comment

This commit is contained in:
Erwin van der Ploeg 2014-10-03 15:38:45 +02:00
parent 5e248f09c7
commit 2ec99aee18
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class account_move_line_reconcile_writeoff(osv.osv_memory):
}
_defaults = {
'date_p': lambda *a: time.strftime('%Y-%m-%d'),
'comment': 'Write-off',
'comment': _('Write-off'),
}
def trans_rec_addendum(self, cr, uid, ids, context=None):