correction erreur

FossilOrigin-Name: 212928bd2db0a6f69df40b0a188a47a77ac95bb82d234753a8db8cf6c6216f03
This commit is contained in:
engel 2022-05-21 07:57:49 +00:00
parent 02b0517717
commit c41a8a8168
1 changed files with 21 additions and 21 deletions

View File

@ -155,28 +155,28 @@
<?php $compte = $lesComptes[$idCompte]; ?> <?php $compte = $lesComptes[$idCompte]; ?>
<span>compte : {$compte.codeCompte} ({$compte.nomCompte})</span> <span>compte : {$compte.codeCompte} ({$compte.nomCompte})</span>
</div> </div>
{/foreach} <ul class="reduction">
<ul class="reduction"> {foreach from=$plugin_config->reduction item="reduc"}
{foreach from=$plugin_config->reduction item="reduc"} {if $reduc->valeur == 1}
{if $reduc->valeur == 1} <li>
<li> <span class="radio-btn">
<span class="radio-btn"> <input
<input type="radio"
type="radio" id="taux_{$reduc->taux}_{$idCompte}"
id="taux_{$reduc->taux}_{$idCompte}" name="taux_reduction_{$idCompte}"
name="taux_reduction_{$idCompte}" value="{$reduc->taux}"
value="{$reduc->taux}" disabled
disabled {if $nbTaux == 1}checked{/if}
{if $nbTaux == 1}checked{/if} />
/> <label for="taux_{$reduc->taux}_{$idCompte}">
<label for="taux_{$reduc->taux}_{$idCompte}"> {$reduc->taux}{if $reduc->remarque != ""} - {$reduc->remarque}{/if}</label>
{$reduc->taux}{if $reduc->remarque != ""} - {$reduc->remarque}{/if}</label> </span>
</span> </li>
</li> {/if}
{/if} {/foreach}
{/foreach} </ul>
</ul>
</li> </li>
{/foreach}
</ul> </ul>
{/if} {/if}
</fieldset> </fieldset>