Hide Abteilung and Gang
authorJoey Schulze <joey@infodrom.org>
Sat, 14 Jan 2012 17:20:48 +0000 (18:20 +0100)
committerJoey Schulze <joey@infodrom.org>
Sat, 14 Jan 2012 17:20:48 +0000 (18:20 +0100)
ordersatz_pos.php

index 3568a53..efa99d7 100644 (file)
@@ -147,6 +147,7 @@ $mask = array(
                                            'width' => 80,
                                            'specs' => "ClassName: 'aligncenter', filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('metro_abteilung','id','name').", 0, '')",
                                            'width' => 80,
                                            'specs' => "ClassName: 'aligncenter', filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('metro_abteilung','id','name').", 0, '')",
+                                           'visible' => false,
                                            ),
                              'gang' => array(
                                            'name' => 'Gang',
                                            ),
                              'gang' => array(
                                            'name' => 'Gang',
@@ -154,6 +155,7 @@ $mask = array(
                                            'sql' => 'abteilung',
                                            'specs' => "ClassName: 'aligncenter', filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('metro_abteilung','id','gang').", 0, '')",
                                            'sql' => 'abteilung',
                                            'specs' => "ClassName: 'aligncenter', filterUI: 's'",
                                            'control' => "new Rico.TableColumn.lookup(".grid_lookup_sql('metro_abteilung','id','gang').", 0, '')",
+                                           'visible' => false,
                                            ),
                              ),
              'edit' => array(
                                            ),
                              ),
              'edit' => array(