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']++;