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 <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2015-08-25 12:39:33 +01:00 committed by Tomas Cohen Arazi
parent 3389e03035
commit a2844a8a5c

View file

@ -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
);