Gestion : possibilité de sauvegarder les recherches

This commit is contained in:
Dany wm 2024-02-17 20:47:07 +01:00 committed by sparkyx
parent d9cf4cf71c
commit 6f859d6ef9
9 changed files with 313 additions and 28 deletions

View file

@ -344,6 +344,10 @@ $path = array(
"operation_exercice+text"=>"ajax_operation_exercice",
// transfer operation to accountancy
'operation_exercice+transfer'=>"ajax_operation_exercice",
//list filter for followup
'list_filter_followup'=>"ajax_follow_up",
//delete a filter for followup
'delete_filter_followup'=>"ajax_follow_up",
) ;
if (array_key_exists($op, $path)) {