Balise : nouveau STATUS , etat du document
This commit is contained in:
parent
e248feea70
commit
86b674997f
1 changed files with 8 additions and 0 deletions
|
|
@ -1426,6 +1426,14 @@ class Document
|
|||
return $p_array["ag_hour"];
|
||||
}
|
||||
return "";
|
||||
// State in the follow up document
|
||||
case 'STATUS':
|
||||
if ( isset($p_array['ag_state'])) {
|
||||
$status=$this->db->get_value("
|
||||
select s_value from document_state where s_id=$1",array($p_array['ag_state']));
|
||||
return $status;
|
||||
}
|
||||
return "";
|
||||
|
||||
|
||||
} // end switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue