From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/client/list/client.list.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/interface/web/client/list/client.list.php b/interface/web/client/list/client.list.php
index 40af2a7..ae41bef 100644
--- a/interface/web/client/list/client.list.php
+++ b/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'));
+}
 
 ?>

--
Gitblit v1.9.1