2
0
forked from Wavyzz/dolibarr

Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-03-19 13:47:25 +01:00
15 changed files with 172 additions and 159 deletions

View File

@@ -299,6 +299,7 @@ if (is_array($object->lines) && (count($object->lines) > 0)) {
} else {
$nbofjobslaunchedok++;
$resultstring = 'OK';
echo " - ";
}
echo "Result of run_jobs ".$resultstring." result = ".$result;