Module budget : detail
This commit is contained in:
parent
e3f6db856a
commit
772ea488ff
1 changed files with 15 additions and 4 deletions
|
|
@ -60,10 +60,13 @@ switch($p_action) {
|
|||
case 'hypo':
|
||||
$def=1;
|
||||
break;
|
||||
case 'fiche':
|
||||
$def=2;
|
||||
break;
|
||||
|
||||
case 'fiche':
|
||||
$def=2;
|
||||
break;
|
||||
case 'detail':
|
||||
$def=3;
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -99,6 +102,14 @@ if ( $p_action == "fiche" )
|
|||
require_once("bud_card.inc.php");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------
|
||||
// p_action ==
|
||||
//-----------------------------------------------------
|
||||
if ( $p_action == "detail" )
|
||||
{
|
||||
require_once("bud_detail.inc.php");
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------
|
||||
// p_action ==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue