Bug 19804: Fix test in maxsuspensiondays.t
We do not want a random value of suspension_chargeperiod from TestBuilder Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
f32cf00e13
commit
9d7391dcf5
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ $builder->build(
|
|||
firstremind => 0,
|
||||
finedays => 2,
|
||||
lengthunit => 'days',
|
||||
suspension_chargeperiod => 1,
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue