From 4126beeee2092e19924b3d4276dfd9bdb07d9018 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sun, 15 Dec 2019 12:43:25 +0100 Subject: [PATCH] Bug 24244: Add test Signed-off-by: Jonathan Druart --- t/db_dependent/Suggestions.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Suggestions.t b/t/db_dependent/Suggestions.t index 827e62a246..7a75264412 100644 --- a/t/db_dependent/Suggestions.t +++ b/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 => '', -- 2.11.0