simplification affichage

FossilOrigin-Name: 676c58857ae7ff3522d30289744ec302c2254097bfdf2420e1c2178d4ddf4c5d
This commit is contained in:
engel 2022-04-27 13:57:16 +00:00
parent 1888314fa7
commit c7f5500224
1 changed files with 5 additions and 4 deletions

View File

@ -101,8 +101,8 @@
de configuration</h3 {/if} {if $nbTaux > 0 && $nbChamps > 0} <table class="list">
<thead>
<tr>
<th>Cocher</th>
<th>Activité et Tarif</th>
<th>Cocher</th>
<th>Taux de réduction</th>
<th>Caractéristiques activité</th>
<th>N° et Compte</th>
@ -111,6 +111,10 @@
<tbody>
{foreach from=$activitesTarifsComptes item="activite"}
<tr>
<td>
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
</td>
<td>
{if $nbTarifs == 1}
{input
@ -127,9 +131,6 @@
}
{/if}
</td>
<td>
<span>{$activite.titreActivite} - {$activite.titreTarif}</span>
</td>
<td>
{foreach from=$plugin_config->reduction item="reduc"}
{if $reduc->valeur == 1}