fix in wsBase, add field del_index in list, fix in execute trigger

This commit is contained in:
Ronald Quenta
2015-06-29 14:44:04 -04:00
parent 20b0d1c717
commit 10ef839471
5 changed files with 51 additions and 39 deletions

View File

@@ -2351,7 +2351,7 @@ class wsBase
}
$oDerivation = new Derivation();
if (count($tasks) > 0) {
if (!empty($tasks)) {
$nextDelegations = $tasks;
} else {
$derive = $oDerivation->prepareInformation($aData);