From 33f8c53ccabccfb0b549c22e3102cc7e93d97653 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Dec 2020 14:03:10 +0100 Subject: [PATCH] Fix var_dump --- htdocs/fourn/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 9d94c6847b7..8b07fea2204 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -181,7 +181,6 @@ if ($object->id > 0) print ''.$langs->trans("SupplierCode").''; print $object->code_fournisseur; $tmpcheck = $object->check_codefournisseur(); - var_dump($tmpcheck); if ($tmpcheck != 0 && $tmpcheck != -5) { print ' ('.$langs->trans("WrongSupplierCode").')'; }