Bug 20602: Use weighted fields in OPAC simple search
[koha.git] / t / Members_Attributes.t
index aafd9a9..205d611 100755 (executable)
@@ -17,7 +17,6 @@ INIT {
                        'opac_display' => '1',
                        'staff_searchable' => '1',
                        'description' => 'Grade level',
-                       'password_allowed' => '0',
                        'authorised_value_category' => '',
                        'repeatable' => '0',
                        'code' => 'grade',
@@ -27,7 +26,6 @@ INIT {
                            'opac_display' => '0',
                            'staff_searchable' => '1',
                            'description' => 'Deans List (annual)',
-                           'password_allowed' => '0',
                            'authorised_value_category' => '',
                            'repeatable' => '1',
                            'code' => 'deanslist',
@@ -37,7 +35,6 @@ INIT {
                            'opac_display' => '0',
                            'staff_searchable' => '0',
                            'description' => 'Some Ext. Attribute',
-                           'password_allowed' => '0',
                            'authorised_value_category' => '',
                            'repeatable' => '0',
                            'code' => 'somedata',
@@ -47,7 +44,6 @@ INIT {
                            'opac_display' => '0',
                            'staff_searchable' => '0',
                            'description' => 'Another Ext. Attribute',
-                           'password_allowed' => '0',
                            'authorised_value_category' => '',
                            'repeatable' => '0',
                            'code' => 'extradata',
@@ -57,7 +53,6 @@ INIT {
                            'opac_display' => '1',
                            'staff_searchable' => '1',
                            'description' => 'School ID Number',
-                           'password_allowed' => '0',
                            'authorised_value_category' => '',
                            'repeatable' => '0',
                            'code' => 'school_id',
@@ -67,7 +62,6 @@ INIT {
                           'opac_display' => '1',
                           'staff_searchable' => '1',
                           'description' => 'Homeroom',
-                          'password_allowed' => '0',
                           'authorised_value_category' => '',
                           'repeatable' => '0',
                           'code' => 'homeroom',