From 80e83448ee5478907f2b5a24100e5f66515a8065 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Tue, 23 Apr 2024 17:42:34 +0400 Subject: [PATCH] Minor formating fix Signed-off-by: objecttothis --- app/Models/Reports/Summary_report.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Reports/Summary_report.php b/app/Models/Reports/Summary_report.php index ad45479b6..1465e00df 100644 --- a/app/Models/Reports/Summary_report.php +++ b/app/Models/Reports/Summary_report.php @@ -34,7 +34,6 @@ abstract class Summary_report extends Report $cash_adjustment = 'IFNULL(SUM(payments.sale_cash_adjustment), 0)'; - if($config['tax_included']) { $sale_total = "ROUND(SUM($sale_price), $decimals) + $cash_adjustment";