Bugzilla – Attachment 159767 Details for
Bug 28844
Suggestion from existing title can alert patron in error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28844: Adjust tests
Bug-28844-Adjust-tests.patch (text/plain), 907 bytes, created by
Nick Clemens (kidclamp)
on 2023-12-12 18:27:59 UTC
(
hide
)
Description:
Bug 28844: Adjust tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-12-12 18:27:59 UTC
Size:
907 bytes
patch
obsolete
>From 3fac766b4d25d1cb6f750470e0e2edc45528b1f4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Nov 2023 15:05:03 +0100 >Subject: [PATCH] Bug 28844: Adjust tests > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/Acquisition/Order.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/Acquisition/Order.t b/t/db_dependent/Koha/Acquisition/Order.t >index a7de91b39ab..7ea9f7a96f1 100755 >--- a/t/db_dependent/Koha/Acquisition/Order.t >+++ b/t/db_dependent/Koha/Acquisition/Order.t >@@ -953,6 +953,7 @@ subtest 'cancel() tests' => sub { > biblionumber => $biblio_id, > datecancellationprinted => undef, > cancellationreason => undef, >+ suggestionid => $suggestion->suggestionid, > } > } > ); >-- >2.30.2
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 28844
:
151001
|
151002
|
151003
|
151004
|
151005
|
151006
|
151007
|
153157
|
153158
|
153159
|
153160
|
153161
|
153162
|
153163
|
153174
|
153175
|
153176
|
158982
|
158983
|
158984
|
158985
|
158986
|
158987
|
158988
|
158989
|
158990
|
159759
|
159760
|
159761
|
159762
|
159763
|
159764
|
159765
|
159766
| 159767 |
159768