Column dienstleistung is not needed anymore
authorJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 15:01:47 +0000 (16:01 +0100)
committerJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 15:01:47 +0000 (16:01 +0100)
masks/kostenstellen.php

index 60ad547..e91075a 100644 (file)
@@ -27,13 +27,6 @@ $mask = array(
                                            'specs' => "decPlaces: 2, ClassName: 'alignright'",
                                            'width' => 65,
                                            ),
                                            'specs' => "decPlaces: 2, ClassName: 'alignright'",
                                            'width' => 65,
                                            ),
-                             'dienstleistung' => array(
-                                           'name' => 'Dienstleistung',
-                                           'control' => "new Rico.TableColumn.checkbox('1','0','0',true)",
-                                           'sql' => 'dienstleistung',
-                                           'specs' => "ClassName: 'aligncenter'",
-                                           'width' => 50,
-                                           ),
                              ),
              'rows' => 20,
              'edit' => array(
                              ),
              'rows' => 20,
              'edit' => array(
@@ -54,10 +47,6 @@ $mask = array(
                                            'width' => 65,
                                            'required' => true,
                                            ),
                                            'width' => 65,
                                            'required' => true,
                                            ),
-                             'dienstleistung' => array(
-                                           'name' => 'Dienstleistung',
-                                           'type' => 'boolean',
-                                           ),
                              ),
              );
 
                              ),
              );