Fix: Missing argument 1 for dolibarr_mktime()
This commit is contained in:
parent
7b27328df6
commit
44e04bb504
@ -315,7 +315,7 @@ if ($resql)
|
||||
print img_edit();
|
||||
print '</a> ';
|
||||
|
||||
if ($objp->do <= dolibarr_mktime() ) {
|
||||
if ($objp->do <= mktime()) {
|
||||
print '<a href="'.DOL_URL_ROOT.'/compta/bank/rappro.php?action=del&rowid='.$objp->rowid.'&account='.$acct->id.'">';
|
||||
print img_delete();
|
||||
print '</a>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user