From f7ecc9d60cfdb37bf5e673877c843a71668dfa44 Mon Sep 17 00:00:00 2001 From: Bahfir Abbes Date: Thu, 26 Mar 2020 15:22:24 +0100 Subject: [PATCH] Fix:The column "print $langs->trans("StockCorrection");" is now duplicated. --- htdocs/product/stock/card.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php index af0703a119e..6d74d396306 100644 --- a/htdocs/product/stock/card.php +++ b/htdocs/product/stock/card.php @@ -628,9 +628,6 @@ else print ''; print $langs->trans("StockCorrection"); print ""; - print ''; - print $langs->trans("StockCorrection"); - print ""; } if(!empty($conf->global->PRODUCT_USE_UNITS)) { if ($i == 0) $units = $productstatic->fk_unit;