Bugzilla – Attachment 174526 Details for
Bug 37448
Add build_sample_ill_request to TestBuilder.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37448: (QA follow-up) Use Standard instead of FreeForm
Bug-37448-QA-follow-up-Use-Standard-instead-of-Fre.patch (text/plain), 1023 bytes, created by
Pedro Amorim
on 2024-11-14 13:24:02 UTC
(
hide
)
Description:
Bug 37448: (QA follow-up) Use Standard instead of FreeForm
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-14 13:24:02 UTC
Size:
1023 bytes
patch
obsolete
>From 8a06041be9f72b9f7fa0935c449aadb4a559660e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 14 Nov 2024 12:24:08 -0100 >Subject: [PATCH] Bug 37448: (QA follow-up) Use Standard instead of FreeForm > >Standard is now part of core Koha after 35570. Use that instead of relying on having FreeForm installed >--- > t/lib/TestBuilder.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 0db042f819..1372dfcf5c 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -214,7 +214,7 @@ sub build_sample_ill_request { > my ( $self, $args ) = @_; > > $args->{biblio_id} = $args->{biblio_id} || $self->build_sample_biblio->biblionumber; >- $args->{backend} = $args->{backend} || 'FreeForm'; >+ $args->{backend} = $args->{backend} || 'Standard'; > $args->{branchcode} = $args->{branchcode} || $self->build_object( { class => 'Koha::Libraries' } )->branchcode; > > return $self->build( >-- >2.43.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 37448
:
169472
|
169474
|
169486
|
169487
|
169488
|
169489
|
169490
|
169550
|
169551
|
169552
|
169553
|
174526
|
174528
|
174834
|
174835