remove TODO

This commit is contained in:
Vincent Vinet
2014-10-31 09:46:35 -04:00
committed by Sandy Carter
parent 7d9a04d21c
commit 35f3b8d1c9

View File

@@ -316,7 +316,6 @@ class bank_acc_rec_statement(orm.Model):
if stmt.adjustment_move_id:
continue
# TODO CHECK WHY GEN LEDGER BALANCE NOT ADJUSTED
company = stmt.company_id
move_line = {
'name': _('Adjustment for reconciliation %s') % (stmt.name, ),