Author: danydb
Date: 2014-02-01 16:15:52 +0100 (Sat, 01 Feb 2014)
New Revision: 679
Modified:
trunk/transform/include/class_transform_sql.php
Log:
add column r_type to table request
Modified: trunk/transform/include/class_transform_sql.php
===================================================================
--- trunk/transform/include/class_transform_sql.php 2014-02-01 15:15:16 UTC
(rev 678)
+++ trunk/transform/include/class_transform_sql.php 2014-02-01 15:15:52 UTC
(rev 679)
@@ -36,6 +36,7 @@
//------ Attributes-----
var $r_id;
var $r_date;
+ var $r_type;
/* example private
$variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0);
*/
@@ -48,12 +49,14 @@
$this->name = array(
"r_id" => "r_id",
- "r_date" => "r_date"
+ "r_date" => "r_date",
+ "r_type"=>'r_type'
);
$this->type = array(
"r_id" => "numeric",
- "r_date" => "date"
+ "r_date" => "date",
+ "r_type"=>"text"
);
$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