Bugzilla – Attachment 175074 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), 1017 bytes, created by
Martin Renvoize (ashimema)
on 2024-12-03 13:02:28 UTC
(
hide
)
Description:
Bug 37993: (QA follow-up): Add missing data for breadcrumbs
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-12-03 13:02:28 UTC
Size:
1017 bytes
patch
obsolete
>From 225097f38a6dea10d97edb98aebdef317d502e62 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> >Signed-off-by: Martin Renvoize <martin.renvoize@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.47.1
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