Author: danydb
Date: 2013-04-24 23:28:32 +0200 (Wed, 24 Apr 2013)
New Revision: 5213

Modified:
   phpcompta/tags/rel650/include/class_follow_up.php
Log:
0000824: Impossible de rechercher une action pour les actions li?\195?\169es

Modified: phpcompta/tags/rel650/include/class_follow_up.php
===================================================================
--- phpcompta/tags/rel650/include/class_follow_up.php   2013-04-15 17:56:50 UTC 
(rev 5212)
+++ phpcompta/tags/rel650/include/class_follow_up.php   2013-04-24 21:28:32 UTC 
(rev 5213)
@@ -1325,6 +1325,7 @@
                                (select ad_value from fiche_Detail where 
f_id=action_gestion.f_id_dest and ad_id=1) as name
              from action_gestion
              join document_type on (ag_type=dt_id)
+                        join document_state on (s_id=ag_state)
              where $p_sql";
                $max_line = $cn->count_sql($sql);
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to