Lines 87-92
subtest 'Skip items with waiting holds' => sub {
Link Here
|
87 |
homebranch => $library->id, |
87 |
homebranch => $library->id, |
88 |
holdingbranch => $library->id, |
88 |
holdingbranch => $library->id, |
89 |
itype => $itemtype->itemtype, |
89 |
itype => $itemtype->itemtype, |
|
|
90 |
reserves => undef |
90 |
} |
91 |
} |
91 |
} |
92 |
} |
92 |
); |
93 |
); |
Lines 99-104
subtest 'Skip items with waiting holds' => sub {
Link Here
|
99 |
homebranch => $library->id, |
100 |
homebranch => $library->id, |
100 |
holdingbranch => $library->id, |
101 |
holdingbranch => $library->id, |
101 |
itype => $itemtype->itemtype, |
102 |
itype => $itemtype->itemtype, |
|
|
103 |
reserves => undef |
102 |
} |
104 |
} |
103 |
} |
105 |
} |
104 |
); |
106 |
); |
105 |
- |
|
|