mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes for redundant code
This commit is contained in:
parent
d5e580b863
commit
768a8bebba
@ -191,7 +191,7 @@ class RecurringExpense extends BaseModel
|
||||
|
||||
for ($x=0; $x<$iterations; $x++) {
|
||||
// we don't add the days... we calc the day of the month!!
|
||||
$next_due_date = $this->nextDateByFrequency($next_send_date);
|
||||
$this->nextDateByFrequency($next_send_date);
|
||||
|
||||
$data[] = [
|
||||
'send_date' => $next_send_date->format('Y-m-d'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user