Florian Schaal
2016-04-22 e7ae4ef2c82ec1d22fec6ae4f0dbdc8e6afd73e9
interface/web/client/list/client.list.php
@@ -114,5 +114,16 @@
   ),
   'width' => "",
   'value' => "");
if(is_file(ISPC_WEB_PATH.'/robot/lib/robot_config.inc.php')){
   $liste["item"][] = array( 'field'  => "validation_status",
   'datatype' => "VARCHAR",
   'formtype' => "SELECT",
   'op'  => "=",
   'prefix' => "",
   'suffix' => "",
   'width'  => "",
   'value'  => array('accept' => 'accept', 'review' => 'review', 'reject' => 'reject'));
}
?>