poursuite mutualisation opérations
FossilOrigin-Name: 6a658e080fe746528aedc984206e86efd5f5641739ffe8717cfa98fe3a90ddc6
This commit is contained in:
parent
c1a4602684
commit
0ab6aaad86
4 changed files with 55 additions and 141 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<button type="button" data-icon="↑" class="icn-btn" id="close_details_personne" onclick="montrerMasquerDetails(this.id, 'details.personne', 'toutes les personnes')">Replier toutes les personnes</button>
|
||||
</fieldset>
|
||||
|
||||
<form method="post" id="versements_activites" action="generer_activites.php">
|
||||
<form method="post" id="versements_activites" action="generer_recus.php?type=activite">
|
||||
|
||||
{* Itération sur les versements *}
|
||||
{foreach from=$lesVersements key="i" item="versement"}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<button type="button" data-icon="↑" class="icn-btn" id="close_details_personne" onclick="montrerMasquerDetails(this.id, 'details.personne', 'toutes les personnes')">Replier toutes les personnes</button>
|
||||
</fieldset>
|
||||
|
||||
<form method="post" id="versements_personnes" action="generer_personnes.php">
|
||||
<form method="post" id="versements_personnes" action="generer_recus.php?type=personne">
|
||||
|
||||
{* Itération sur les personnes *}
|
||||
{foreach from=$lesVersements key="i" item="versement"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue