Add Telefon, permit NULL values
authorJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 15:50:36 +0000 (16:50 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 15:50:36 +0000 (16:50 +0100)
masks/personal.php

index 9ef3cbd..2b343a3 100644 (file)
@@ -31,6 +31,11 @@ $mask = array(
                                            'name' => 'Wohnort',
                                            'width' => 100,
                                            ),
+                             'telefon' => array(
+                                           'name' => 'Telefon',
+                                           'width' => 100,
+                                           'visible' => false,
+                                           ),
                              'persstdsatz' => array(
                                            'name' => 'Satz',
                                            'type' => 'number',
@@ -99,16 +104,25 @@ $mask = array(
                                            'name' => 'PLZ',
                                            'type' => 'number',
                                            'size' => 6,
+                                           'null' => true,
                                            ),
                              'ort' => array(
                                            'name' => 'Wohnort',
                                            'type' => 'text',
                                            'size' => 24,
+                                           'null' => true,
+                                           ),
+                             'telefon' => array(
+                                           'name' => 'Telefon',
+                                           'type' => 'text',
+                                           'size' => 24,
+                                           'null' => true,
                                            ),
                              'persstdsatz' => array(
                                            'name' => 'Stundensatz',
                                            'type' => 'number',
                                            'size' => 10,
+                                           'null' => true,
                                            ),
                              'jahresakkord' => array(
                                            'name' => 'Jahresakkord',