From 36a17c4590981302cf58cfed4a4caa8726dfcd52 Mon Sep 17 00:00:00 2001 From: Chl Date: Fri, 19 Feb 2021 02:48:14 +0100 Subject: [PATCH] First try at removing lang specifications from email template --- README.md | 3 +++ .../modules/modsendrecurringinvoicebymail.class.php | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 278f705..fe83aa0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # SendRecurringInvoiceByMail for DOLIBARR ERP CRM ## Features + This module send the PDF generated with recurring invoices by email to the client. +You can customize the mail template in Home > Setup > Emails > Email templates. + It requires Dolibarr version 10.0 at least (first version with the 'cron/afterCreationOfRecurringInvoice()' hook).