Modification présentation

FossilOrigin-Name: 727405e1faf7349a964fc82de60f0708b028808627f5e6fb5b0490506ddcf539
This commit is contained in:
engel 2024-04-11 09:51:09 +00:00
parent 86bc9c8ae1
commit d8af7ce6e7
2 changed files with 195 additions and 193 deletions

View File

@ -118,7 +118,8 @@
label="Activité « %s » - tarif « %s » ;"|args:$activite.label,$tarif.label
}
{/if}
<span>compte : {$elem.codeCompte} ({$compte->nomCompte})</span>
<span>compte : {$elem.codeCompte} - {$compte->nomCompte}</span>
<span> ({$compte.label})</span>
</div>
<ul class="reduction">
{foreach from=$plugin_config->reduction item="reduc"}
@ -153,7 +154,8 @@
label="Versements non rattachés à une activité ;"
}
<?php $compte = $lesComptes[$idCompte]; ?>
<span>compte : {$compte.codeCompte} ({$compte.nomCompte})</span>
<span>compte : {$compte.codeCompte} - {$compte.nomCompte}</span>
<span> ({$compte.label})</span>
</div>
<ul class="reduction">
{foreach from=$plugin_config->reduction item="reduc"}