diff --git a/html/budget.php b/html/budget.php
index 1487ab323..7dcc2c7f6 100644
--- a/html/budget.php
+++ b/html/budget.php
@@ -125,7 +125,7 @@ if ( $p_action == "detail" )
//-----------------------------------------------------
// p_action == synthese
//-----------------------------------------------------
-if ( $p_action == "xxx" )
+if ( $p_action == "synthese" )
{
require_once("bud_synthese.inc.php");
}