Topic: Recurring invoices adding both Month and Days to Last created.

1.  If you fill in both days and months when setting up the recurrng transaction they will both be added to the Last date when an invoice is created - looks a bit odd odd.


$to = add_months($from, $myrow['monthly']);
$to = add_days($to, $myrow['days']);

Re: Recurring invoices adding both Month and Days to Last created.

Yes, indeed, some cleanup here would make sense smile
Janusz