mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 19:23:22 +01:00
Fixing style errors.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user