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

(-)a/t/db_dependent/Koha/Patron/Modifications.t (-2 / +1 lines)
Lines 147-153 subtest 'approve tests' => sub { Link Here
147
        { source => 'BorrowerAttributeType', value => { code => 'CODE_1' } }
147
        { source => 'BorrowerAttributeType', value => { code => 'CODE_1' } }
148
    );
148
    );
149
    $builder->build(
149
    $builder->build(
150
        { source => 'BorrowerAttributeType', value => { code => 'CODE_2' } }
150
        { source => 'BorrowerAttributeType', value => { code => 'CODE_2', repeatable => 1 } }
151
    );
151
    );
152
    my $verification_token = md5_hex( time().{}.rand().{}.$$ );
152
    my $verification_token = md5_hex( time().{}.rand().{}.$$ );
153
    my $valid_json_text
153
    my $valid_json_text
154
- 

Return to bug 21671