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,7 +155,6 @@
<?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}
@ -177,6 +176,7 @@
{/foreach} {/foreach}
</ul> </ul>
</li> </li>
{/foreach}
</ul> </ul>
{/if} {/if}
</fieldset> </fieldset>