simplification affichage
FossilOrigin-Name: 676c58857ae7ff3522d30289744ec302c2254097bfdf2420e1c2178d4ddf4c5d
This commit is contained in:
parent
1888314fa7
commit
c7f5500224
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue