Gestion : possibilité de sauvegarder les recherches
This commit is contained in:
parent
d9cf4cf71c
commit
6f859d6ef9
9 changed files with 313 additions and 28 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue