diff --git a/ChangeLog.md b/ChangeLog.md index 0c23364..c479d0a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # CHANGELOG SENDRECURRINGINVOICEBYMAIL FOR DOLIBARR ERP CRM +## 0.2.5 +Little cleanup : no reload needed for last_main_doc. + ## 0.2.3 Renaming from 'sendfacrecmail' to 'sendrecurringinvoicebymail'. diff --git a/core/modules/modsendrecurringinvoicebymail.class.php b/core/modules/modsendrecurringinvoicebymail.class.php index 6292ab8..ea59a78 100644 --- a/core/modules/modsendrecurringinvoicebymail.class.php +++ b/core/modules/modsendrecurringinvoicebymail.class.php @@ -69,7 +69,7 @@ class modsendrecurringinvoicebymail extends DolibarrModules $this->editor_url = 'https://code.bugness.org/Dolibarr/sendrecurringinvoicebymail'; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' - $this->version = '0.2.4'; + $this->version = '0.2.5'; //Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt'; @@ -78,7 +78,7 @@ class modsendrecurringinvoicebymail extends DolibarrModules // Name of image file used for this module. // If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue' // If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module' - $this->picto='generic'; + $this->picto = 'sendrecurringinvoicebymail@sendrecurringinvoicebymail'; // Define some features supported by module (triggers, login, substitutions, menus, css, etc...) $this->module_parts = array(