File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
htdocs/core/modules/fichinter/doc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 */
2828
2929/**
30- * \file htdocs/core/modules/fichinter/doc/pdf_soleil .modules.php
30+ * \file htdocs/core/modules/fichinter/doc/pdf_jpsunfichinter .modules.php
3131 * \ingroup ficheinter
32- * \brief File of Class to build interventions documents with model Soleil
32+ * \brief File of Class to build interventions documents with model jpsunfichinter
3333 */
3434require_once DOL_DOCUMENT_ROOT .'/core/modules/fichinter/modules_fichinter.php ' ;
3535require_once DOL_DOCUMENT_ROOT .'/core/lib/company.lib.php ' ;
3939
4040
4141/**
42- * Class to build interventions documents with model Soleil
42+ * Class to build interventions documents with model jpsunfichinter
4343 */
44- class pdf_soleil extends ModelePDFFicheinter
44+ class pdf_jpsunfichinter extends ModelePDFFicheinter
4545{
4646 /**
4747 * @var DoliDB Database handler
@@ -85,7 +85,7 @@ public function __construct($db)
8585 global $ langs , $ mysoc ;
8686
8787 $ this ->db = $ db ;
88- $ this ->name = 'soleil ' ;
88+ $ this ->name = 'jpsunfichinter ' ;
8989 $ this ->description = $ langs ->trans ("DocumentModelStandardPDF " );
9090 $ this ->update_main_doc_field = 1 ; // Save the name of generated file as the main doc when generating a doc with this template
9191
You can’t perform that action at this time.
0 commit comments