phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4958 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4958 - phpcompta/trunk/include
Date: Thu, 21 Jun 2012 13:40:14 +0200 (CEST)

Author: danydb
Date: 2012-06-21 13:40:14 +0200 (Thu, 21 Jun 2012)
New Revision: 4958

Modified:
   phpcompta/trunk/include/class_follow_up.php
Log:
0000638: Recherche action gestion
Ajout dans profile : tous les profiles  par d?\195?\169faut

Modified: phpcompta/trunk/include/class_follow_up.php
===================================================================
--- phpcompta/trunk/include/class_follow_up.php 2012-06-21 11:39:28 UTC (rev 
4957)
+++ phpcompta/trunk/include/class_follow_up.php 2012-06-21 11:40:14 UTC (rev 
4958)
@@ -1156,7 +1156,7 @@
                $ag_dest = new ISelect();
                $ag_dest->name = "ag_dest_query";
                $ag_dest->value = $aAg_dest;
-               $ag_dest->selected = (isset($_GET["ag_dest_query"])) ? 
$_GET["ag_dest_query"] : 0;
+               $ag_dest->selected = (isset($_GET["ag_dest_query"])) ? 
$_GET["ag_dest_query"] : -2;
                $str_ag_dest = $ag_dest->input();
                $osag_ref=new IText("sag_ref");
                $osag_ref->value=(isset($_GET['sag_ref']))?$_GET['sag_ref']:"";



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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]