Skip to content

Commit

Permalink
Update html.form.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Apr 8, 2024
1 parent b84c092 commit b8e6896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -8041,7 +8041,7 @@ public function selectForForms($objectdesc, $htmlname, $preSelectedValue, $showe
// Example: $objectfield = 'product:options_package'
$tmparray = explode(':', $objectfield);
$objectdesc = '';

// Load object according to $id and $element
$objectforfieldstmp = fetchObjectByElement(0, strtolower($tmparray[0]));

Expand Down

0 comments on commit b8e6896

Please sign in to comment.