From 73e0bca359e511d6cae8c1c27b2cef28bdf390e6 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 31 Dec 2019 00:13:42 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/commoninvoice.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php index fad07e2e7c3..9d3538bc5fe 100644 --- a/htdocs/core/class/commoninvoice.class.php +++ b/htdocs/core/class/commoninvoice.class.php @@ -351,7 +351,7 @@ abstract class CommonInvoice extends CommonObject $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) {