Bugzilla – Attachment 96293 Details for
Bug 24244
Cannot create suggestion with branch set to 'Any'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24244: Add test
Bug-24244-Add-test.patch (text/plain), 892 bytes, created by
Jonathan Druart
on 2019-12-15 11:45:39 UTC
(
hide
)
Description:
Bug 24244: Add test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-15 11:45:39 UTC
Size:
892 bytes
patch
obsolete
>From 4126beeee2092e19924b3d4276dfd9bdb07d9018 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 15 Dec 2019 12:43:25 +0100 >Subject: [PATCH] Bug 24244: Add test > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 24244
:
96284
|
96293
|
96294
|
96728
|
96729