@@ -, +, @@ integer column --- t/db_dependent/Circulation/GetHardDueDate.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/t/db_dependent/Circulation/GetHardDueDate.t +++ a/t/db_dependent/Circulation/GetHardDueDate.t @@ -150,7 +150,7 @@ my $sampleissuingrule2 = { branchcode => $samplebranch2->{branchcode}, categorycode => $samplecat->{categorycode}, itemtype => 'BOOK', - renewalsallowed => 'Null', + renewalsallowed => 0, renewalperiod => 2, norenewalbefore => 7, auto_renew => 0, @@ -180,7 +180,7 @@ my $sampleissuingrule3 = { branchcode => $samplebranch1->{branchcode}, categorycode => $samplecat->{categorycode}, itemtype => 'DVD', - renewalsallowed => 'Null', + renewalsallowed => 0, renewalperiod => 3, norenewalbefore => 8, auto_renew => 0, --