correction bug
FossilOrigin-Name: 3c37e9878208cd8df3eb5991d8d8d231ac7c724799b77bcb72a71da81ad21ad6
This commit is contained in:
parent
c51bc9a97f
commit
59acc11ee0
3 changed files with 11 additions and 12 deletions
|
|
@ -89,8 +89,6 @@ $tpl->register_function('afficher_debut_personne', function ($params)
|
|||
$out .= sprintf('
|
||||
<fieldset class="versements" id="versements_%s">',
|
||||
$idVersement);
|
||||
// $out .= '<br />
|
||||
// <hr>';
|
||||
return $out;
|
||||
});
|
||||
|
||||
|
|
@ -99,6 +97,7 @@ $tpl->register_function('afficher_versement', function ($params)
|
|||
{
|
||||
$versement = $params['versement'];
|
||||
$idVersement = $params['idVersement'];
|
||||
$num = $params['num'];
|
||||
$rang = $params['rang'];
|
||||
|
||||
$out = '<div class="';
|
||||
|
|
@ -112,7 +111,7 @@ $tpl->register_function('afficher_versement', function ($params)
|
|||
onclick="cocherDecocherVersement(check_%s_%s, total_%s)" />',
|
||||
$idVersement,
|
||||
$idVersement, $rang,
|
||||
$rang,
|
||||
$num,
|
||||
$idVersement, $rang, $idVersement
|
||||
);
|
||||
$out .= sprintf('
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue