mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 10:03:11 -04:00
Code style adjustments
This commit is contained in:
@@ -136,7 +136,7 @@ class Tax_lib
|
||||
$rounding_code = $sales_tax['rounding_code'];
|
||||
$rounded_sale_tax_amount = $sale_tax_amount;
|
||||
|
||||
if ($rounding_code == Rounding_mode::HALF_UP)
|
||||
if($rounding_code == Rounding_mode::HALF_UP)
|
||||
{
|
||||
$rounded_sale_tax_amount = round($sale_tax_amount, $decimals, PHP_ROUND_HALF_UP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user