Remove var_dump
This commit is contained in:
parent
00b49dba18
commit
5943e784ec
@ -127,9 +127,8 @@ if ($resql)
|
|||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
print "<!-- title of cash fence -->";
|
print "<!-- title of cash fence -->\n";
|
||||||
print "<center><h2>";
|
print "<center><h2>";
|
||||||
var_dump($cashcontrol->status);
|
|
||||||
if ($cashcontrol->status != $cashcontrol::STATUS_DRAFT) print $langs->trans("CashControl")." ".$cashcontrol->id;
|
if ($cashcontrol->status != $cashcontrol::STATUS_DRAFT) print $langs->trans("CashControl")." ".$cashcontrol->id;
|
||||||
else print $langs->trans("CashControl")." - ".$langs->trans("Draft");
|
else print $langs->trans("CashControl")." - ".$langs->trans("Draft");
|
||||||
print "<br>".$langs->trans("DateCreationShort").": ".dol_print_date($cashcontrol->date_creation, 'dayhour')."</h2></center>";
|
print "<br>".$langs->trans("DateCreationShort").": ".dol_print_date($cashcontrol->date_creation, 'dayhour')."</h2></center>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user