Skip to content

Commit

Permalink
FIX Dolibarr#32007 missing parameter on function multiSelectArrayWith…
Browse files Browse the repository at this point in the history
…Checkbox
  • Loading branch information
nicolas-eoxia committed Nov 19, 2024
1 parent 1fea6d6 commit d1741d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@

print '</form>';
} elseif ($id > 0 || !empty($ref)) {
$selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage); // This also change content of $arrayfields
$selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage, getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')); // This also change content of $arrayfields

/*
* Projet card in view mode
Expand Down

0 comments on commit d1741d6

Please sign in to comment.