continue extrafield ID filter
This commit is contained in:
parent
eac28076c9
commit
4ff0c22e29
@ -81,7 +81,7 @@ if (empty($reshook) && ! empty($extrafields->attribute_label))
|
|||||||
print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
|
print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
|
||||||
print '<input type="hidden" name="id" value="' . $object->id . '">';
|
print '<input type="hidden" name="id" value="' . $object->id . '">';
|
||||||
|
|
||||||
print $extrafields->showInputField($key, $value);
|
print $extrafields->showInputField($key, $value,'','','',0,$object->id);
|
||||||
|
|
||||||
print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
|
print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user