admin@simpleinvoices.group
Simple Invoices Knowledge Base
  • SimpleInvoices Group Forum
  • About
  • Requirements
  • Version Update Process
  • Installation
  • Invoice Types
  • Globalization Support
  • Common Problems
  • Foreign Keys
  • Invoice Templates & Styles
  • Database Updates
  • How To …
  • Add a 2nd Domain
  • Extensions
  • Invoice Prepopulation
  • Contributions
Select Page

Reply To: Recurring invoices

SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › Recurring invoices › Reply To: Recurring invoices

January 19, 2021 at 11:39 am #1323
jorge
Participant

I’ve made another fix, as this led to break the “normal” invoice e-mail functionality. So now I check that the $to variable is an array before converting it:

 public function setTo($to)
    {
        if (is_array ($to)){
         $to = implode(";", $to);
        }
...

Recent Comments

    Archives

    Categories

    • No categories

    Meta

    • Register
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2018-2020 - Rowley's Fearless Tech-Comp Consulting