This commit is contained in:
Dany De Bontridder 2018-02-23 00:25:19 +01:00
parent 8ea794a436
commit d8ca2b79b7

View file

@ -336,7 +336,7 @@ class HtmlInput
}
$js=sprintf('onclick="view_history_card(\'%s\',\'%s\',\'%s\')"', $f_id,
dossier::id(),$p_exercice);
$view_history=HtmlInput::button("hcb"+$e, $p_mesg, $js);
$view_history=HtmlInput::button("hcb".$e, $p_mesg, $js);
return $view_history;
}