SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › Recurrence error › Reply To: Recurrence error
November 28, 2019 at 5:52 pm
#721
RRowley
Participant
In the templates/default/cron/add.tpl file on line 114. Remove the “/” before the terminating “>” sign. So this:
<input type=”hidden” name=”domain_id” value={if isset($domain_id)}{$domain_id}{/if}/>
becomes this:
<input type=”hidden” name=”domain_id” value={if isset($domain_id)}{$domain_id}{/if}>
Recent Comments