From 332ae547db7ffce8b4de5da14eb1490414e06afc Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 02 Dec 2013 04:55:18 -0500
Subject: [PATCH] Improved client select field in domain input form of the client module.
---
interface/web/client/client_edit.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php
index 52b7020..b3c0ac5 100644
--- a/interface/web/client/client_edit.php
+++ b/interface/web/client/client_edit.php
@@ -172,6 +172,7 @@
$app->tpl->setVar('template_additional_list', $text);
$app->tpl->setVar('app_module', 'client');
+
//* Set the 'customer no' default value
if($this->id == 0) {
@@ -210,7 +211,7 @@
}
}
}
-
+
parent::onShowEnd();
}
--
Gitblit v1.9.1