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' ); |