diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php index 4666f360354..7ed0f112470 100644 --- a/htdocs/reception/card.php +++ b/htdocs/reception/card.php @@ -1951,7 +1951,7 @@ if ($action == 'create') { if (isModEnabled('productbatch')) { if (isset($lines[$i]->batch)) { print ''; - print ''; + print ''; $detail = $langs->trans("NA"); if ($lines[$i]->product->status_batch && $lines[$i]->fk_product > 0) { require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';