Add a button search_card
This commit is contained in:
parent
7df4ad0c0f
commit
c6288ceaf1
9 changed files with 69 additions and 23 deletions
|
|
@ -48,6 +48,7 @@ class Profile_sql extends Table_Data_SQL
|
|||
, "p_desc" => "p_desc"
|
||||
, "with_calc" => "with_calc"
|
||||
, "with_direct_form" => "with_direct_form"
|
||||
,'with_search_card'=>'with_search_card'
|
||||
);
|
||||
$this->type = array(
|
||||
"p_id" => "numeric"
|
||||
|
|
@ -55,6 +56,7 @@ class Profile_sql extends Table_Data_SQL
|
|||
, "p_desc" => "text"
|
||||
, "with_calc" => "text"
|
||||
, "with_direct_form" => "text"
|
||||
,'with_search_card'=>"numeric"
|
||||
);
|
||||
$this->default = array(
|
||||
"p_id" => "auto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue