Skip to content
Snippets Groups Projects
Commit 8b959a09 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing /form

parent 2ba920a4
No related branches found
No related tags found
No related merge requests found
......@@ -1516,6 +1516,7 @@ else
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 '&nbsp;<input type="submit" class="button" value="'.$langs->trans("Modify").'">';
print '</form>';
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment