Skip to content
Snippets Groups Projects
Commit d31bf95b authored by KHELIFA's avatar KHELIFA
Browse files

Merge branch '2024_rc' into '2024'

FIX - Correction de support avec les modeles de facture

See merge request !47
parents a961692c c11ebcfa
Branches 2024
Tags 14.0.12
1 merge request!47FIX - Correction de support avec les modeles de facture
Pipeline #6074 passed with warnings
...@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co ...@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué] ## [Non Distribué]
## [14.0.12] - 12-03-2025
- Correction de support avec les modeles de facture
## [14.0.11] - 12-02-2025 ## [14.0.11] - 12-02-2025
- Compatiilité V21 - Compatiilité V21
...@@ -97,7 +100,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co ...@@ -97,7 +100,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [7.0.0] - 15-11-2019 ## [7.0.0] - 15-11-2019
- Version initial. - 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.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.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 [14.0.9]: http://git.open-dsi.fr/dolibarr-extension/documentstray/commits/14.0.9
......
14.0.11 14.0.12
\ No newline at end of file \ No newline at end of file
...@@ -49,7 +49,7 @@ class ActionsDocumentsTray ...@@ -49,7 +49,7 @@ class ActionsDocumentsTray
/** /**
* @var array Excluded elements * @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 * @var DictionaryLine Line of the dictionary if found
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment