Fix missing /form
This commit is contained in:
parent
2ba920a4cb
commit
8b959a09f2
@ -1516,6 +1516,7 @@ else
|
|||||||
print '<input type="hidden" name="barcode_type_code" value="'.$object->barcode_type_code.'">';
|
print '<input type="hidden" name="barcode_type_code" value="'.$object->barcode_type_code.'">';
|
||||||
print '<input size="40" class="maxwidthonsmartphone" type="text" name="barcode" value="'.$object->barcode.'">';
|
print '<input size="40" class="maxwidthonsmartphone" type="text" name="barcode" value="'.$object->barcode.'">';
|
||||||
print ' <input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
print ' <input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||||
|
print '</form>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user