From a2844a8a5c8ae39a82a0d876a2d5ef02ca237089 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 Signed-off-by: Tomas Cohen Arazi --- 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 08cdf52518..c1b4b08e39 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.20.1