Author: danydb
Date: 2012-09-30 03:43:47 +0200 (Sun, 30 Sep 2012)
New Revision: 426

Modified:
   trunk/rapport_avance/include/class_rapport_avance_sql.php
Log:
add f_id to declaration

Modified: trunk/rapport_avance/include/class_rapport_avance_sql.php
===================================================================
--- trunk/rapport_avance/include/class_rapport_avance_sql.php   2012-09-30 
01:43:30 UTC (rev 425)
+++ trunk/rapport_avance/include/class_rapport_avance_sql.php   2012-09-30 
01:43:47 UTC (rev 426)
@@ -157,7 +157,8 @@
                        "d_start"=>"d_start",
                        "d_end"=>"d_end",
                        "to_keep"=>"to_keep",
-                       "d_generated"=>"d_generated"
+                       "d_generated"=>"d_generated",
+                       "f_id"=>"f_id"
                );
 
                $this->type = array(
@@ -166,7 +167,8 @@
                        "d_start"=>"date",
                        "d_end"=>"date",
                        "to_keep"=>"text",
-                       "d_generated"=>"date"
+                       "d_generated"=>"date",
+                       "f_id"=>"numeric"
                );
 
                $this->default = array(



---
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