FIX: supplier credit notes: remove handled TODO

This commit is contained in:
Marc de Lima Lucio 2018-02-27 10:03:51 +01:00
parent 7ca5ac03cc
commit 239e834913

View File

@ -2730,7 +2730,7 @@ class SupplierInvoiceLine extends CommonObjectLine
$this->error = $this->db->lasterror();
}
}
// TODO free discount linked to line as in customer invoice
if (! $error)
{
$this->db->commit();