From 6a7fe9359c81cdcd969ad85f3e423115880a7d33 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 4 Mar 2010 16:01:47 +0100 Subject: [PATCH] Column dienstleistung is not needed anymore --- masks/kostenstellen.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/masks/kostenstellen.php b/masks/kostenstellen.php index 60ad547..e91075a 100644 --- a/masks/kostenstellen.php +++ b/masks/kostenstellen.php @@ -27,13 +27,6 @@ $mask = array( '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( @@ -54,10 +47,6 @@ $mask = array( 'width' => 65, 'required' => true, ), - 'dienstleistung' => array( - 'name' => 'Dienstleistung', - 'type' => 'boolean', - ), ), ); -- 2.20.1