Bugzilla – Attachment #73895: Bug 19804: Fix test in maxsuspensiondays.t for
bug #19804
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19804
Collapse All
|
Expand All
(-)
a/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t (-1 / +1 lines)
Lines 41-46 $builder->build(
Link Here
41
firstremind => 0,
41
firstremind => 0,
42
finedays => 2,
42
finedays => 2,
43
lengthunit => 'days',
43
lengthunit => 'days',
44
suspension_chargeperiod => 1,
44
}
45
}
45
}
46
}
46
);
47
);
47
-
Return to
bug 19804