From cf76a677129f403281715b8d95293b2e15bc0771 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 5 Oct 2020 08:10:39 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/accountancy/admin/subaccount.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/accountancy/admin/subaccount.php b/htdocs/accountancy/admin/subaccount.php index 30672eca8d6..b2e27156ee3 100644 --- a/htdocs/accountancy/admin/subaccount.php +++ b/htdocs/accountancy/admin/subaccount.php @@ -377,20 +377,20 @@ if ($resql) print ''; $e = ''; // Customer - if ($obj->type == 0) + if ($obj->type == 0) { - $e .= ''.img_edit().''; - } + $e .= ''.img_edit().''; + } // Supplier - elseif ($obj->type == 1) + elseif ($obj->type == 1) { - $e .= ''.img_edit().''; - } + $e .= ''.img_edit().''; + } // User - elseif ($obj->type == 2) + elseif ($obj->type == 2) { - $e .= ''.img_edit().''; - } + $e .= ''.img_edit().''; + } print $e; print ''."\n"; if (!$i) $totalarray['nbfield']++;