Marius Cramer
2015-08-03 6360fdf4712c3786526a74db3c02852ff3f21d53
interface/web/client/form/client.tform.php
@@ -381,7 +381,12 @@
               'class' => 'validate_client',
               'function' => 'check_vat_id',
               'errmsg'=> 'invalid_vat_id'),
            ),
         ),
         'filters'   => array( 0 => array(    'event' => 'SAVE',
                                    'type' => 'TRIM'),
                        1 => array(    'event' => 'SAVE',
                                    'type' => 'TOUPPER')
         ),
      ),
      'company_id' => array (
         'datatype' => 'VARCHAR',
@@ -447,7 +452,12 @@
         'width'  => '30',
         'maxlength' => '255',
         'rows'  => '',
         'cols'  => ''
         'cols'  => '',
         'filters'   => array( 0 => array(    'event' => 'SAVE',
                                    'type' => 'TRIM'),
                        1 => array(    'event' => 'SAVE',
                                    'type' => 'TOUPPER')
         ),
      ),
      'bank_account_swift' => array (
         'datatype' => 'VARCHAR',
@@ -458,7 +468,12 @@
         'width'  => '30',
         'maxlength' => '255',
         'rows'  => '',
         'cols'  => ''
         'cols'  => '',
         'filters'   => array( 0 => array(    'event' => 'SAVE',
                                    'type' => 'TRIM'),
                        1 => array(    'event' => 'SAVE',
                                    'type' => 'TOUPPER')
         ),
      ),
      'notes' => array (
         'datatype' => 'TEXT',