Bugzilla – Attachment #98334: Bug 18936: (follow-up2) Fix tests, replace old get_onshelfholds_policy method for
bug #18936
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 18936
Collapse All
|
Expand All
(-)
a/t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t (-2 / +1 lines)
Lines 223-229 Koha::CirculationRules->set_rules(
Link Here
223
branchcode => undef,
223
branchcode => undef,
224
rules => {
224
rules => {
225
maxissueqty => 99,
225
maxissueqty => 99,
226
onshelfholds => 2,
226
onshelfholds => 0,
227
}
227
}
228
}
228
}
229
);
229
);
230
-
Return to
bug 18936