Remove var_dump

This commit is contained in:
Laurent Destailleur 2020-10-27 10:27:44 +01:00
parent 00b49dba18
commit 5943e784ec

View File

@ -127,9 +127,8 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
print "<!-- title of cash fence -->";
print "<!-- title of cash fence -->\n";
print "<center><h2>";
var_dump($cashcontrol->status);
if ($cashcontrol->status != $cashcontrol::STATUS_DRAFT) print $langs->trans("CashControl")." ".$cashcontrol->id;
else print $langs->trans("CashControl")." - ".$langs->trans("Draft");
print "<br>".$langs->trans("DateCreationShort").": ".dol_print_date($cashcontrol->date_creation, 'dayhour')."</h2></center>";