Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-07-28 09:46:31 +02:00
parent fef180cf86
commit 364fb05ed3
2 changed files with 2 additions and 4 deletions

View File

@ -1485,9 +1485,7 @@ class BonPrelevement extends CommonObject
$i++; $i++;
} }
$nbtotalDrctDbtTxInf = $i; $nbtotalDrctDbtTxInf = $i;
} } else {
else
{
fputs($this->file, 'ERROR CREDITOR '.$sql.$CrLf); // CREDITORS = Suppliers fputs($this->file, 'ERROR CREDITOR '.$sql.$CrLf); // CREDITORS = Suppliers
$result = -2; $result = -2;
} }