View | Details | Raw Unified | Return to bug 12427
Collapse All | Expand All

(-)a/t/db_dependent/Members_Attributes.t (-2 / +1 lines)
Lines 72-78 is( @$borrower_attributes, 0, 'GetBorrowerAttributes without the borrower number Link Here
72
$borrower_attributes = C4::Members::Attributes::GetBorrowerAttributes($borrowernumber);
72
$borrower_attributes = C4::Members::Attributes::GetBorrowerAttributes($borrowernumber);
73
is( @$borrower_attributes, 0, 'GetBorrowerAttributes returns the correct number of borrower attributes' );
73
is( @$borrower_attributes, 0, 'GetBorrowerAttributes returns the correct number of borrower attributes' );
74
74
75
my $attributes = [ 
75
my $attributes = [
76
    {
76
    {
77
        value => 'my attribute1',
77
        value => 'my attribute1',
78
        code => $attribute_type1->code(),
78
        code => $attribute_type1->code(),
79
- 

Return to bug 12427