From 8b959a09f2db26460177550454776c8bcb7bba57 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 29 Aug 2016 16:12:56 +0200 Subject: [PATCH] Fix missing /form --- htdocs/product/card.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index c07a291c539..88eceda8aa9 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -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 ' <input type="submit" class="button" value="'.$langs->trans("Modify").'">'; + print '</form>'; } else { -- GitLab