Fixing style errors.
This commit is contained in:
parent
789529c0e0
commit
375bcf8720
@ -586,7 +586,7 @@ class AccountingAccount extends CommonObject
|
||||
{
|
||||
$fieldtouse = 'active';
|
||||
}
|
||||
else if ($mode == 1)
|
||||
elseif ($mode == 1)
|
||||
{
|
||||
$fieldtouse = 'reconciliable';
|
||||
}
|
||||
@ -631,7 +631,7 @@ class AccountingAccount extends CommonObject
|
||||
{
|
||||
$fieldtouse = 'active';
|
||||
}
|
||||
else if ($mode == 1)
|
||||
elseif ($mode == 1)
|
||||
{
|
||||
$fieldtouse = 'reconciliable';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user