Browse Source

Bug 24244: Add test

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Jonathan Druart 4 years ago
committed by Martin Renvoize
parent
commit
611cb46189
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 1
      t/db_dependent/Suggestions.t

1
t/db_dependent/Suggestions.t

@ -125,6 +125,7 @@ my $my_suggestion_with_budget = {
author => 'my author 2',
publishercode => 'my publishercode 2',
suggestedby => $borrowernumber,
branchcode => '', # This should not fail be set to undef instead
biblionumber => $biblio_1->biblionumber,
managedby => '',
manageddate => '',

Loading…
Cancel
Save