';
+
//---------------------------------------------------------------------------
// Show Detail of a card and category
diff --git a/include/class_follow_up.php b/include/class_follow_up.php
index f1b9099c3..cfe572ac3 100644
--- a/include/class_follow_up.php
+++ b/include/class_follow_up.php
@@ -163,7 +163,8 @@ class Follow_Up
);
// List opération liées
- $operation=$this->db->get_array("select ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join action_gestion_operation as ago on (j.jr_id=ago.jr_id)");
+ $operation=$this->db->get_array("select ago_id,j.jr_id,j.jr_internal,j.jr_comment from jrn as j join action_gestion_operation as ago on (j.jr_id=ago.jr_id)
+ where ag_id=$1",array($this->ag_id));
$iconcerned=new IConcerned('operation');
// state
// Retrieve the value
diff --git a/include/template/detail-action.php b/include/template/detail-action.php
index 9cb29c262..365f27292 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -1,3 +1,4 @@
+