Réorganisation fichiers
FossilOrigin-Name: 7c3c6934177943e0bb0386a23b3f359e703eb88afbf34f58ba8663b3a1802124
This commit is contained in:
parent
46a88944fc
commit
0c7e90e494
7 changed files with 97 additions and 97 deletions
|
|
@ -4,12 +4,11 @@ namespace Garradin;
|
|||
|
||||
use Garradin\Plugin\RecusFiscaux\Services;
|
||||
|
||||
// liste du total des versements par personne
|
||||
$_SESSION['lesVersementsTotaux'] = Services::getVersementsTotaux("2021");
|
||||
// liste des activités, cotisations et comptes associés
|
||||
$activitesTarifsComptes = Services::getActivitesTarifsEtComptes();
|
||||
|
||||
// préparation de l'affichage
|
||||
$tpl->assign('lesVersementsTotaux', $_SESSION['lesVersementsTotaux']);
|
||||
$tpl->assign('plugin_css', ['style.css']);
|
||||
$tpl->assign('activitesTarifsComptes', $activitesTarifsComptes);
|
||||
|
||||
// envoyer au template
|
||||
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue