Bug 14337: Fix conflict with bug 9809
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 25 Aug 2015 11:39:33 +0000 (12:39 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 28 Aug 2015 13:42:33 +0000 (10:42 -0300)
The reserves.constrainttype does not exist anymore, it has been removed
by bug 9809.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Circulation.t

index 08cdf52..c1b4b08 100755 (executable)
@@ -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
     );