diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 61a999f7a04c3ee716af365458039f6474dd81f8..2929044a858a994ba545e4b187b37473511860db 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5312,6 +5312,7 @@ class Form $i = 0; print '<br><form action="" method="POST" name="LinkedOrder">'; + print '<input type="hidden" name="id" value="'.$object->id.'">'; print '<table class="noborder">'; print '<tr class="liste_titre">'; print '<td class="nowrap"></td>';