Changement nom variables pour version 1.3

This commit is contained in:
Jean-Christophe Engel 2023-10-19 10:23:09 +02:00
parent ac8c79bf9e
commit 0ed03eb362
1 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ if ($f->type_facture != CERFA)
$asso = $asso =
// 'Émis par :<br><br>'. // 'Émis par :<br><br>'.
'<b>'.$config->get('nom_asso')."</b><br>". '<b>'.$config->get('org_name')."</b><br>".
str_replace("\n", '<br>', $config->get('org_address'))."<br>". str_replace("\n", '<br>', $config->get('org_address'))."<br>".
(($t = $plugin->getConfig('rna_asso'))?"RNA : $t<br>":''). (($t = $plugin->getConfig('rna_asso'))?"RNA : $t<br>":'').
(($t = $plugin->getConfig('siret_asso'))?"SIRET : $t<br>":''). (($t = $plugin->getConfig('siret_asso'))?"SIRET : $t<br>":'').
@ -82,7 +82,7 @@ if ($f->type_facture != CERFA)
$receveur = $receveur =
'Adressé à :<br><br>'. 'Adressé à :<br><br>'.
'<b>'.$c->identite.'</b><br>'. '<b>'.$c->nom.'</b><br>'.
$c->adresse."<br>". $c->adresse."<br>".
$c->code_postal.' '.$c->ville."<br>". $c->code_postal.' '.$c->ville."<br>".
(($t = $c->email)?"Email : $t<br>":''). (($t = $c->email)?"Email : $t<br>":'').
@ -316,7 +316,7 @@ elseif ($f->type_facture == CERFA)
$libelles = $facture->listTextesCerfa(false); $libelles = $facture->listTextesCerfa(false);
$t['numero'] = $f->numero; $t['numero'] = $f->numero;
$t['nom_asso'] = $config->get('nom_asso'); $t['org_name'] = $config->get('org_name');
$t['n_rue_asso'] = $plugin->getConfig('numero_rue_asso'); $t['n_rue_asso'] = $plugin->getConfig('numero_rue_asso');
$t['rue_asso'] = $plugin->getConfig('rue_asso'); $t['rue_asso'] = $plugin->getConfig('rue_asso');
$t['cp_asso'] = $plugin->getConfig('cp_asso'); $t['cp_asso'] = $plugin->getConfig('cp_asso');
@ -444,7 +444,7 @@ elseif ($f->type_facture == CERFA)
<div class="page" id="p1"> <div class="page" id="p1">
<div style="top: 10mm; left: 170mm;">{$t['numero']}</div> <div style="top: 10mm; left: 170mm;">{$t['numero']}</div>
<div style="top: 35mm; left: 20mm;">{$t['nom_asso']}</div> <div style="top: 35mm; left: 20mm;">{$t['org_name']}</div>
<div style="top: 46mm; left: 20mm;">{$t['n_rue_asso']}</div> <div style="top: 46mm; left: 20mm;">{$t['n_rue_asso']}</div>
<div style="top: 46mm; left: 40mm;">{$t['rue_asso']}</div> <div style="top: 46mm; left: 40mm;">{$t['rue_asso']}</div>
<div style="top: 51.5mm; left: 37mm;">{$t['cp_asso']}</div> <div style="top: 51.5mm; left: 37mm;">{$t['cp_asso']}</div>