Changement namespace Garradin => Paheko

FossilOrigin-Name: 05bd9b85d91af38c15952ea00891080a67e21c8e00ce3acf16c7b8263dc55d2c
This commit is contained in:
engel 2023-09-28 11:20:36 +00:00
parent bc4739877c
commit b2885f3c01
8 changed files with 33 additions and 33 deletions

View file

@ -1,13 +1,13 @@
<?php
namespace Garradin;
namespace Paheko;
use Garradin\Files\Files;
use Garradin\Entities\Files\File;
use Garradin\UserTemplate\UserTemplate;
use Paheko\Files\Files;
use Paheko\Entities\Files\File;
use Paheko\UserTemplate\UserTemplate;
use Garradin\Plugin\RecusFiscaux\Utils;
use Garradin\Plugin\RecusFiscaux\Personne;
use Paheko\Plugin\RecusFiscaux\Utils;
use Paheko\Plugin\RecusFiscaux\Personne;
// signature
$signature =
@ -201,7 +201,7 @@ function genererRecusPDF($totalPersonnes,
//supprimer les fichiers pdf
// foreach ($listeFichiersPDF as $f) {
// \Garradin\Utils::safe_unlink($f);
// \Paheko\Utils::safe_unlink($f);
// }
} // genererRecusPDF
@ -382,7 +382,7 @@ function cumulerVersementsTarif($versements)
function genererPDF($docHTML, $nomPersonne, &$listeFichiersPDF)
{
// fabriquer le fichier PDF
$nomPDF = \Garradin\Utils::filePDF($docHTML);
$nomPDF = \Paheko\Utils::filePDF($docHTML);
// changer le nom du fichier
$nom = str_replace(' ', '_', $nomPersonne);
$nom = str_replace("'", "", $nom);