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

(-)a/t/db_dependent/Circulation.t (-2 / +1 lines)
Lines 3160-3166 subtest 'AddRenewal and AddIssuingCharge tests' => sub { Link Here
3160
    is( $lines->count, 2 );
3160
    is( $lines->count, 2 );
3161
3161
3162
    my $line = $lines->next;
3162
    my $line = $lines->next;
3163
    is( $line->accounttype, 'RENT',       'The issue of item with issueing charge generates an accountline of the correct type' );
3163
    is( $line->accounttype, 'RENT',       'The issue of item with issuing charge generates an accountline of the correct type' );
3164
    is( $line->branchcode,  $library->id, 'AddIssuingCharge correctly sets branchcode' );
3164
    is( $line->branchcode,  $library->id, 'AddIssuingCharge correctly sets branchcode' );
3165
    is( $line->description, '',     'AddIssue does not set a hardcoded description for the accountline' );
3165
    is( $line->description, '',     'AddIssue does not set a hardcoded description for the accountline' );
3166
3166
3167
- 

Return to bug 11573