Merge devel
Conflicts: html/ajax_misc.php include/ajax/ajax_card.php include/ajax/ajax_follow_up.php include/class/acc_ledger.class.php sql/upgrade.sql
This commit is contained in:
commit
83352b2e6e
17 changed files with 454 additions and 36 deletions
|
|
@ -346,6 +346,10 @@ $path = array(
|
|||
'operation_exercice+transfer'=>"ajax_operation_exercice",
|
||||
// view list of followup for a card
|
||||
"view_followup_card"=>"ajax_follow_up",
|
||||
//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