fix php 8 error
This commit is contained in:
parent
1ceb7dfb84
commit
1044e79aa1
@ -1274,6 +1274,8 @@ class FactureRec extends CommonInvoice
|
||||
$tmparray = dol_getdate($now);
|
||||
$today = dol_mktime(23, 59, 59, $tmparray['mon'], $tmparray['mday'], $tmparray['year']); // Today is last second of current day
|
||||
|
||||
$this->output = null;
|
||||
|
||||
dol_syslog("createRecurringInvoices restrictioninvoiceid=".$restrictioninvoiceid." forcevalidation=".$forcevalidation);
|
||||
|
||||
$sql = 'SELECT rowid FROM '.MAIN_DB_PREFIX.'facture_rec';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user