mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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