Skip to content

Commit b717ef0

Browse files
authored
Update pdf_soleil.modules.php
1 parent f7befc2 commit b717ef0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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
*/
3434
require_once DOL_DOCUMENT_ROOT.'/core/modules/fichinter/modules_fichinter.php';
3535
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
@@ -39,9 +39,9 @@
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

0 commit comments

Comments
 (0)