minor fixes for redundant code
This commit is contained in:
parent
d5e580b863
commit
768a8bebba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue