Skip to content

Commit

Permalink
FIX| clearsession extrafleds
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-nicolasV committed Aug 8, 2024
1 parent 4eb95f6 commit 2247e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/comm/action/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@
// Fill array 'array_options' with data from add form
$ret = $extrafields->setOptionalsFromPost(null, $object);
if ($ret < 0) {
$error++;
$error++; $donotclearsession = 1;
$action = 'create';
}


Expand Down

0 comments on commit 2247e49

Please sign in to comment.