|
Lines 293-298
$builder->build({
Link Here
|
| 293 |
}, |
293 |
}, |
| 294 |
}); |
294 |
}); |
| 295 |
|
295 |
|
|
|
296 |
# The following calls to GetBorrowersToExpunge are assuming that the pref |
| 297 |
# IndependentBranches is off. |
| 298 |
t::lib::Mocks::mock_preference('IndependentBranches', 0); |
| 299 |
|
| 296 |
my $owner = AddMember (categorycode => 'STAFFER', branchcode => $library2->{branchcode} ); |
300 |
my $owner = AddMember (categorycode => 'STAFFER', branchcode => $library2->{branchcode} ); |
| 297 |
my $list1 = AddPatronList( { name => 'Test List 1', owner => $owner } ); |
301 |
my $list1 = AddPatronList( { name => 'Test List 1', owner => $owner } ); |
| 298 |
my @listpatrons = ($bor1inlist, $bor2inlist); |
302 |
my @listpatrons = ($bor1inlist, $bor2inlist); |
| 299 |
- |
|
|