modif nom ficher PDF ; correction calcul total (centimes)
FossilOrigin-Name: 8d2da83c6e981bf1baf617e90a4c40fd266312356dca0da280becb7b9e3f26b7
This commit is contained in:
parent
48d93f1772
commit
97e2aff0fe
3 changed files with 12 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ $tpl->register_function('afficher_debut_personne', function ($params)
|
|||
<summary class="personne">
|
||||
<h4 class="personne">';
|
||||
$out .= sprintf('
|
||||
<input type="checkbox" id="check_%s"',
|
||||
<input type="checkbox" id="check_%s"',
|
||||
$idVersement);
|
||||
$out .= sprintf(' onclick="cocherDecocherPersonne(check_%s, total_%s)" />',
|
||||
$idVersement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue