From c11ebcfaff6971daeaf48e3baaa55f544446c1ff Mon Sep 17 00:00:00 2001 From: Kamel Khelifa <kkhelifa@open-dsi.fr> Date: Wed, 12 Mar 2025 10:41:24 +0100 Subject: [PATCH] - Correction de support avec les modeles de facture --- ChangeLog.md | 6 +++++- VERSION | 2 +- class/actions_documentstray.class.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f4e6488..64d6f82 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co ## [Non Distribué] +## [14.0.12] - 12-03-2025 +- Correction de support avec les modeles de facture + ## [14.0.11] - 12-02-2025 - Compatiilité V21 @@ -97,7 +100,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co ## [7.0.0] - 15-11-2019 - Version initial. -[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/documentstray/compare/14.0.11...HEAD +[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/documentstray/compare/14.0.12...HEAD +[14.0.12]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.12 [14.0.11]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.11 [14.0.10]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.10 [14.0.9]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.9 diff --git a/VERSION b/VERSION index 6bd3187..c859491 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.11 \ No newline at end of file +14.0.12 \ No newline at end of file diff --git a/class/actions_documentstray.class.php b/class/actions_documentstray.class.php index 5d32402..dd3a251 100755 --- a/class/actions_documentstray.class.php +++ b/class/actions_documentstray.class.php @@ -49,7 +49,7 @@ class ActionsDocumentsTray /** * @var array Excluded elements */ - protected static $excluded_elements = array('category', 'questionnaire'); + protected static $excluded_elements = array('category', 'questionnaire', 'facturerec'); /** * @var DictionaryLine Line of the dictionary if found -- GitLab