From c3d8a84506001e2cb227e5f652717a59fa4ced74 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 07 Jan 2014 08:39:13 -0500
Subject: [PATCH] Updated incremental svn files.

---
 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