From 34f1b0c7911a012cbb41d34dd107c9b092137a57 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 25 Aug 2015 12:39:33 +0100 Subject: [PATCH] Bug 14337: Fix conflict with bug 9809 The reserves.constrainttype does not exist anymore, it has been removed by bug 9809. Signed-off-by: Jonathan Druart --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 08cdf52..c1b4b08 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -654,7 +654,7 @@ C4::Context->dbh->do("DELETE FROM accountlines"); AddReserve( 'MPL', $borrowernumber2, $biblionumber, - 'a', '', 1, undef, undef, '', + '', 1, undef, undef, '', undef, undef, undef ); -- 2.1.0