Bugzilla – Attachment 175044 Details for
Bug 37993
Having a single EDI EAN account produces a bad redirect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37993: (QA follow-up): Add missing data for breadcrumbs
Bug-37993-QA-follow-up-Add-missing-data-for-breadc.patch (text/plain), 968 bytes, created by
Matt Blenkinsop
on 2024-12-02 10:19:05 UTC
(
hide
)
Description:
Bug 37993: (QA follow-up): Add missing data for breadcrumbs
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-12-02 10:19:05 UTC
Size:
968 bytes
patch
obsolete
>From a17a42a7b42e9aa72bdb19903915fcdbcd7e2083 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 2 Dec 2024 10:13:46 +0000 >Subject: [PATCH] Bug 37993: (QA follow-up): Add missing data for breadcrumbs > >The vendor name was missing from the breadcrumbs, this patch adds it back in > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > acqui/basket.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/basket.pl b/acqui/basket.pl >index b9715babc85..ac988877c06 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -252,6 +252,7 @@ if ( $op eq 'cud-delete-order' ) { > print $query->redirect('/cgi-bin/koha/acqui/basket.pl?basketno='.$basket->{'basketno'}) > } > elsif ( $op eq 'cud-ediorder' ) { >+ $template->param( booksellername => $bookseller->name ); > edi_close_and_order() > } elsif ( $op eq 'cud-mod_users' ) { > my $basketusers_ids = $query->param('users_ids'); >-- >2.39.3 (Apple Git-146)
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 37993
:
175024
|
175025
|
175026
|
175027
|
175042
|
175043
|
175044
|
175069
|
175070
|
175072
|
175073
|
175074
|
175075
|
175076
|
175081
|
175132