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

(-)a/t/db_dependent/Holds/WaitingReserves.t (-1 / +2 lines)
Lines 235-240 my $reserve5 = $builder->build({ Link Here
235
        branchcode => 'LIB2',
235
        branchcode => 'LIB2',
236
        priority => 1,
236
        priority => 1,
237
        found => '',
237
        found => '',
238
        patron_expiration_date => undef,
238
    },
239
    },
239
});
240
});
240
241
Lines 257-262 my $reserve6 = $builder->build({ Link Here
257
        branchcode => 'LIB1',
258
        branchcode => 'LIB1',
258
        priority => 1,
259
        priority => 1,
259
        found => '',
260
        found => '',
261
        patron_expiration_date => undef,
260
    },
262
    },
261
});
263
});
262
264
263
- 

Return to bug 8367