From d22277878254cf33fd63ca1bf12b215f4e030a27 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Mon, 04 Jan 2016 05:12:49 -0500 Subject: [PATCH] - merged different fixes and updates from foreign branches --- 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