2
0
forked from Wavyzz/dolibarr

Fix var_dump

This commit is contained in:
Laurent Destailleur
2020-12-20 14:03:10 +01:00
parent 8c87050703
commit 33f8c53cca

View File

@@ -181,7 +181,6 @@ if ($object->id > 0)
print '<td class="titlefield">'.$langs->trans("SupplierCode").'</td><td>'; print '<td class="titlefield">'.$langs->trans("SupplierCode").'</td><td>';
print $object->code_fournisseur; print $object->code_fournisseur;
$tmpcheck = $object->check_codefournisseur(); $tmpcheck = $object->check_codefournisseur();
var_dump($tmpcheck);
if ($tmpcheck != 0 && $tmpcheck != -5) { if ($tmpcheck != 0 && $tmpcheck != -5) {
print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>'; print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>';
} }