I've had to comment out
invoiceMail(); in production route
protraffMail(); in admin route
because they were not defined and causing errors.
Looks like invoiceMail() is commented out in reports route
Should also check managerMail(); in underwriter route to make sure that's not breaking things too.
I've had to comment out invoiceMail(); in production route protraffMail(); in admin route because they were not defined and causing errors.
Looks like invoiceMail() is commented out in reports route Should also check managerMail(); in underwriter route to make sure that's not breaking things too.