Bug 9809: [QA Follow-up] Remove constrainttype from 14464 tests
Some additional unit tests of bug 14464 still included a constraint in the AddReserve calls. Test plan: Run Reserves.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> 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:
parent
b711984885
commit
031a3196a4
1 changed files with 0 additions and 3 deletions
|
@ -545,7 +545,6 @@ my $bz14464_reserve = AddReserve(
|
|||
'CPL',
|
||||
$borrowernumber,
|
||||
$bibnum,
|
||||
'a',
|
||||
undef,
|
||||
'1',
|
||||
undef,
|
||||
|
@ -570,7 +569,6 @@ $bz14464_reserve = AddReserve(
|
|||
'CPL',
|
||||
$borrowernumber,
|
||||
$bibnum,
|
||||
'a',
|
||||
undef,
|
||||
'1',
|
||||
undef,
|
||||
|
@ -593,7 +591,6 @@ $bz14464_reserve = AddReserve(
|
|||
'CPL',
|
||||
$borrowernumber,
|
||||
$bibnum,
|
||||
'a',
|
||||
undef,
|
||||
'1',
|
||||
undef,
|
||||
|
|
Loading…
Reference in a new issue