Lines 162-168
subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes
Link Here
|
162 |
borrowernumber => $brwr->{'borrowernumber'}, |
162 |
borrowernumber => $brwr->{'borrowernumber'}, |
163 |
code => $attr_type->{'code'}, |
163 |
code => $attr_type->{'code'}, |
164 |
attribute => '1337', |
164 |
attribute => '1337', |
165 |
password => undef, |
|
|
166 |
} |
165 |
} |
167 |
} ); |
166 |
} ); |
168 |
|
167 |
|
Lines 181-187
subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes
Link Here
|
181 |
code => $attr->{'code'}, |
180 |
code => $attr->{'code'}, |
182 |
description => $attr_type->{'description'}, |
181 |
description => $attr_type->{'description'}, |
183 |
display_checkout => $attr_type->{'display_checkout'}, |
182 |
display_checkout => $attr_type->{'display_checkout'}, |
184 |
password => undef, |
|
|
185 |
value => $attr->{'attribute'}, |
183 |
value => $attr->{'attribute'}, |
186 |
value_description => undef, |
184 |
value_description => undef, |
187 |
}; |
185 |
}; |
188 |
- |
|
|