Code style adjustments

This commit is contained in:
FrancescoUK
2018-04-14 14:40:02 +01:00
parent 5c1baf20b0
commit 4bab3fc4e3
31 changed files with 66 additions and 55 deletions

View File

@@ -83,7 +83,7 @@ class Taxes extends Secure_Controller
$data['rounding_options'] = Rounding_mode::get_rounding_options();
$data['html_rounding_options'] = $this->get_html_rounding_options();
if ($tax_code == -1)
if($tax_code == -1)
{
$data['tax_code'] = '';
$data['tax_code_name'] = '';
@@ -170,7 +170,7 @@ class Taxes extends Secure_Controller
}
}
if (!empty($tax_code_rate_exceptions))
if(!empty($tax_code_rate_exceptions))
{
$success = $this->Tax->save_tax_rate_exceptions($tax_code_rate_exceptions, $entered_tax_code);
}