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

(-)a/t/db_dependent/Members/IssueSlip.t (-1 / +5 lines)
Lines 161-166 EOS Link Here
161
        $issue_date = $yesterday_daily;
161
        $issue_date = $yesterday_daily;
162
        AddIssue( $borrower, $barcode2, $date_due, undef, $issue_date );
162
        AddIssue( $borrower, $barcode2, $date_due, undef, $issue_date );
163
163
164
        # Set timestamps to the same value to avoid a different order
165
        Koha::Checkouts->search(
166
            { borrowernumber => $borrower->{borrowernumber} }
167
        )->update( { timestamp => dt_from_string } );
168
164
        $expected_slip = <<EOS;
169
        $expected_slip = <<EOS;
165
Checked out:
170
Checked out:
166
171
167
- 

Return to bug 20531