2
0
forked from Wavyzz/dolibarr

Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 12:01:45 +01:00
parent 987d6c41b9
commit ba10d60a0b
189 changed files with 1385 additions and 1028 deletions

View File

@@ -128,7 +128,8 @@ if ($action == 'initbarcodethirdparties') {
if ($resql) {
$num = $db->num_rows($resql);
$i = 0; $nbok = $nbtry = 0;
$i = 0;
$nbok = $nbtry = 0;
while ($i < min($num, $maxperinit)) {
$obj = $db->fetch_object($resql);
if ($obj) {
@@ -230,7 +231,8 @@ if ($action == 'initbarcodeproducts') {
if ($resql) {
$num = $db->num_rows($resql);
$i = 0; $nbok = $nbtry = 0;
$i = 0;
$nbok = $nbtry = 0;
while ($i < min($num, $maxperinit)) {
$obj = $db->fetch_object($resql);
if ($obj) {