From 3ba56480d4e7ba4f9fffa2062dbca5cb41a5bb01 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 03 Jan 2014 09:26:34 -0500
Subject: [PATCH] Implemented: FS#2837 - New functions for the API

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