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

Merge branch '2024_rc' into '2024'

2024 rc

See merge request !66
parents f2c57d17 08378b64
No related branches found
No related tags found
1 merge request!662024 rc
Pipeline #3305 passed
......@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué]
## [14.0.8] - 27-08-2024
- Ajout update_main_doc_field dans les modeles de document
## [14.0.7] - 27-08-2024
- Correction des modele odt avec le chemin du fichier generer passer en resultat
......@@ -170,7 +173,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
- Version initial.
[Non Distribué]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/compare/v14.0.7...HEAD
[Non Distribué]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/compare/v14.0.8...HEAD
[14.0.8]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/commits/14.0.8
[14.0.7]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/commits/14.0.7
[14.0.6]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/commits/14.0.6
[14.0.5]: https://git.open-dsi.fr/dolibarr-extension/extraitcompteclient/commits/14.0.5
......
14.0.7
\ No newline at end of file
14.0.8
\ No newline at end of file
......@@ -75,6 +75,7 @@ class doc_account_statut_csv
$this->db = $db;
$this->name = "account_statut_csv";
$this->description = $langs->trans('ExtraitCompteClientCSVAccountStatutDescription');
$this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
$this->type = 'csv';
......
......@@ -98,6 +98,7 @@ class pdf_account_statut extends CommonDocGenerator
$this->db = $db;
$this->name = "account_statut";
$this->description = $langs->trans('ExtraitCompteClientPDFAccountStatutDescription');
$this->update_main_doc_field = 1; // Save the name of generated file as the main doc when generating a doc with this template
$this->type = 'pdf';
$formatarray=pdf_getFormat();
......
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