Handle Stundensatz and Jahresakkord as decimal values
authorJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 16:15:35 +0000 (17:15 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 16:15:35 +0000 (17:15 +0100)
masks/personal.php

index 2b343a3..c10d890 100644 (file)
@@ -120,13 +120,13 @@ $mask = array(
                                            ),
                              'persstdsatz' => array(
                                            'name' => 'Stundensatz',
-                                           'type' => 'number',
+                                           'type' => 'decimal',
                                            'size' => 10,
                                            'null' => true,
                                            ),
                              'jahresakkord' => array(
                                            'name' => 'Jahresakkord',
-                                           'type' => 'number',
+                                           'type' => 'decimal',
                                            'size' => 10,
                                            ),
                              ),