Minor formating fix

Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
objecttothis
2024-04-23 17:42:34 +04:00
committed by jekkos
parent 34503b73b8
commit 80e83448ee

View File

@@ -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";