From 772ea488ff8538153b4fb59bc5573b6e706887b9 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 18 Dec 2007 22:13:58 +0000 Subject: [PATCH] Module budget : detail --- html/budget.php | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/html/budget.php b/html/budget.php index ef0c21b57..ce873da22 100644 --- a/html/budget.php +++ b/html/budget.php @@ -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 ==