Kawagency Posted March 9, 2017 Share Posted March 9, 2017 Bonjour, Je suis entrain de créer un module qui envoie un mails tous les 2 jours au client qui sont en retard de paiement. Pour l'envoie du mail, il n'y a pas de soucis, par contre je voudrais joindre la facture en pièce jointe mais la je sèche. J'avais commencé à faire cela : $pdf = new PDF($customer['invoice_number'], PDF::TEMPLATE_INVOICE, Context::getContext()->smarty); Mais j'ai ce message d'erreur : Catchable fatal error: Argument 1 passed to HTMLTemplateInvoice::__construct() must be an instance of OrderInvoice, string given, Auriez-vous une solution ? Link to comment Share on other sites More sharing options...
Vivien61 Posted April 12, 2017 Share Posted April 12, 2017 Bonjour, Apparemment l'erreur viens de ton 1er paramètre $customer['invoice_number'] qui n'est pas un objet OrderInvoice. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now