translations

This commit is contained in:
Philippe GRAND 2019-06-29 10:18:45 +02:00
parent ecc4d4227b
commit 05e9885ba7

View File

@ -21,7 +21,7 @@
/** /**
* \file htdocs/core/modules/project/doc/pdf_beluga.modules.php * \file htdocs/core/modules/project/doc/pdf_beluga.modules.php
* \ingroup project * \ingroup project
* \brief Fichier de la classe permettant de generer les projets au modele beluga * \brief File of class to generate project document beluga
* \author Charlie Benke * \author Charlie Benke
*/ */
@ -50,7 +50,7 @@ if (! empty($conf->agenda->enabled)) require_once DOL_DOCUMENT_ROOT.'/com
/** /**
* Class to manage generation of project document Baleine * Class to manage generation of project document beluga
*/ */
class pdf_beluga extends ModelePDFProjects class pdf_beluga extends ModelePDFProjects
@ -100,9 +100,9 @@ class pdf_beluga extends ModelePDFProjects
$this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10; $this->marge_haute =isset($conf->global->MAIN_PDF_MARGIN_TOP)?$conf->global->MAIN_PDF_MARGIN_TOP:10;
$this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10; $this->marge_basse =isset($conf->global->MAIN_PDF_MARGIN_BOTTOM)?$conf->global->MAIN_PDF_MARGIN_BOTTOM:10;
$this->option_logo = 1; // Affiche logo FAC_PDF_LOGO $this->option_logo = 1; // Display logo FAC_PDF_LOGO
$this->option_tva = 1; // Gere option tva FACTURE_TVAOPTION $this->option_tva = 1; // Manage the vat option FACTURE_TVAOPTION
$this->option_codeproduitservice = 1; // Affiche code produit-service $this->option_codeproduitservice = 1; // Display product-service code
// Recupere emmetteur // Recupere emmetteur
$this->emetteur=$mysoc; $this->emetteur=$mysoc;