Module budget : detail

This commit is contained in:
sparkyx 2007-12-18 22:13:58 +00:00
parent e3f6db856a
commit 772ea488ff

View file

@ -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 ==