Fix bad function name
This commit is contained in:
parent
49470ea216
commit
54be4f282b
@ -933,7 +933,7 @@ $companystatic = new Societe($db);
|
||||
$invoicerectmp = new FactureRec($db);
|
||||
|
||||
$now = dol_now();
|
||||
$nowlasthour = dol_last_hour($now);
|
||||
$nowlasthour = dol_get_last_hour($now);
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user