This commit is contained in:
Christophe 2023-05-03 18:11:38 +02:00
parent 2ef6c85cbb
commit e84ba42dba

View file

@ -91,7 +91,17 @@ EOJS;
return $html;
}
function gamutable_recharger_tableau($id_objet = 9999999999, $num = null) {
/**
* fonction que l'on peut appeler comme filtre dans une vues des crayons
* ex:
* [(#ID_APP_HORAIRE|gamutable_recharger_tableau)]
*
* @param $id_objet (optional)
* @param $num (optional) (si on veut recharger qu'un tableau préciséemnt)
*
* @return string $html
*/
function gamutable_recharger_tableau($id_objet = 9999999999, $num = null):string {
if ($num) {
$num = "_deux";
}