diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 79857364158..f036797ed47 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -2126,7 +2126,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) { || ($object->status_batch == '2' && $conf->global->PRODUCTBATCH_SN_ADDON == 'mod_sn_advanced' && $conf->global->PRODUCTBATCH_SN_USE_PRODUCT_MASKS))) { print ''.$langs->trans("ManageLotMask").''; print $object->batch_mask; - print ''; + print ''; } } }