mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-18 13:28:32 -04:00
Minor formating fix
Signed-off-by: objecttothis <objecttothis@gmail.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user