Bugzilla – Attachment 138852 Details for
Bug 28269
Order search should be possible with ISSN too
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28269: (QA follow-up) Fix typo in test description
Bug-28269-QA-follow-up-Fix-typo-in-test-descriptio.patch (text/plain), 996 bytes, created by
Katrin Fischer
on 2022-08-08 19:30:18 UTC
(
hide
)
Description:
Bug 28269: (QA follow-up) Fix typo in test description
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-08 19:30:18 UTC
Size:
996 bytes
patch
obsolete
>From 24485e7984001e8ff60dff0b2916787080205e0b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 8 Aug 2022 19:27:37 +0000 >Subject: [PATCH] Bug 28269: (QA follow-up) Fix typo in test description > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/db_dependent/Acquisition.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index d824c4d78f..0f3839ec07 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -618,7 +618,7 @@ sub run_flavoured_tests { > my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' ); > > my $orders_issn = GetHistory( issn => '2434561X' ); >- is( scalar(@$orders_issn), 0, "Precheck that ISSN shouln't be in database" ); >+ is( scalar(@$orders_issn), 0, "Precheck that ISSN shouldn't be in database" ); > > # Create order > my $ordernumber_issn = Koha::Acquisition::Order->new( { >-- >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 28269
:
133782
|
133796
|
133869
|
133870
|
133871
|
134386
|
134387
|
134427
|
134428
|
138185
|
138186
|
138850
|
138851
| 138852