diff --git a/app/Models/RecurringExpense.php b/app/Models/RecurringExpense.php index 986dd7eebb9b..ef9f48790794 100644 --- a/app/Models/RecurringExpense.php +++ b/app/Models/RecurringExpense.php @@ -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'),