From a4e127a6af97041b2c067f888f8c73a8aec682f1 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Mon, 04 Jan 2016 05:29:53 -0500
Subject: [PATCH] Merge branch 'mergebranch' into 'master'

---
 interface/web/client/form/client.tform.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/interface/web/client/form/client.tform.php b/interface/web/client/form/client.tform.php
index eab4e02..88d6872 100644
--- a/interface/web/client/form/client.tform.php
+++ b/interface/web/client/form/client.tform.php
@@ -385,7 +385,9 @@
 			'filters'   => array( 0 => array( 	'event' => 'SAVE',
 												'type' => 'TRIM'),
 								1 => array( 	'event' => 'SAVE',
-												'type' => 'TOUPPER')
+												'type' => 'TOUPPER'),
+								2 => array( 	'event' => 'SAVE',
+												'type' => 'NOWHITESPACE')
 			),
 		),
 		'company_id' => array (
@@ -456,7 +458,9 @@
 			'filters'   => array( 0 => array( 	'event' => 'SAVE',
 												'type' => 'TRIM'),
 								1 => array( 	'event' => 'SAVE',
-												'type' => 'TOUPPER')
+												'type' => 'TOUPPER'),
+								2 => array( 	'event' => 'SAVE',
+												'type' => 'NOWHITESPACE')
 			),
 		),
 		'bank_account_swift' => array (
@@ -472,7 +476,9 @@
 			'filters'   => array( 0 => array( 	'event' => 'SAVE',
 												'type' => 'TRIM'),
 								1 => array( 	'event' => 'SAVE',
-												'type' => 'TOUPPER')
+												'type' => 'TOUPPER'),
+								2 => array( 	'event' => 'SAVE',
+												'type' => 'NOWHITESPACE')
 			),
 		),
 		'notes' => array (

--
Gitblit v1.9.1