From baec2b27041db30bf08a8d421553eb8cc6b68a60 Mon Sep 17 00:00:00 2001 From: filip <filip@ispconfig3> Date: Thu, 04 Nov 2010 13:47:50 -0400 Subject: [PATCH] Adding company_id attribute for client. --- interface/web/client/form/client.tform.php | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php index f4777ae..2b832aa 100644 --- a/interface/web/client/form/client.tform.php +++ b/interface/web/client/form/client.tform.php @@ -305,6 +305,17 @@ 'rows' => '', 'cols' => '' ), + 'company_id' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'TEXT', + 'default' => '', + 'value' => '', + 'separator' => '', + 'width' => '30', + 'maxlength' => '20', + 'rows' => '', + 'cols' => '' + ), 'notes' => array ( 'datatype' => 'TEXT', 'formtype' => 'TEXTAREA', -- Gitblit v1.9.1