Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Dec 31, 2019
1 parent 411f20c commit 73e0bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commoninvoice.class.php
Expand Up @@ -351,7 +351,7 @@ public function getListOfPayments($filtertype = '')
$sql.= ' WHERE rc.fk_invoice_supplier_source=f.rowid AND rc.fk_invoice_supplier = '.$this->id;
$sql.= ' AND (f.type = 2 OR f.type = 0 OR f.type = 3)'; // Find discount coming from credit note or excess received or credit note
}

$resql=$this->db->query($sql);
if ($resql)
{
Expand Down

0 comments on commit 73e0bca

Please sign in to comment.