Skip to content

Commit

Permalink
Fix missing /form
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 29, 2016
1 parent 2ba920a commit 8b959a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/product/card.php
Expand Up @@ -1516,6 +1516,7 @@
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
{
Expand Down

0 comments on commit 8b959a0

Please sign in to comment.