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

(-)a/t/db_dependent/Members/IssueSlip.t (-1 / +5 lines)
Lines 226-231 EOS Link Here
226
        $issue_date = $yesterday->clone;
226
        $issue_date = $yesterday->clone;
227
        AddIssue( $borrower, $barcode2, $date_due_in_time, undef, $issue_date );
227
        AddIssue( $borrower, $barcode2, $date_due_in_time, undef, $issue_date );
228
228
229
        # Set timestamps to the same value to avoid a different order
230
        Koha::Checkouts->search(
231
            { borrowernumber => $borrower->{borrowernumber} }
232
        )->update( { timestamp => dt_from_string } );
233
229
        $expected_slip = <<EOS;
234
        $expected_slip = <<EOS;
230
Checked out:
235
Checked out:
231
236
232
- 

Return to bug 20531