fix: si on a une saisie de type explication => on la passe
This commit is contained in:
parent
47ec657823
commit
af390eac54
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ function formulaires_editer_gamuform_traiter_dist($id_objet = 0, $objet = '', $o
|
|||
$set = [];
|
||||
if (!empty($saisies)) {
|
||||
foreach ($saisies as $saisie) {
|
||||
if ($saisie['saisie'] === "explication") {
|
||||
continue;
|
||||
}
|
||||
|
||||
$champ = $saisie['options']['nom'];
|
||||
if (
|
||||
isset($saisie['options']['fonction'])
|
||||
|
|
Loading…
Add table
Reference in a new issue