Bugzilla – Attachment 66517 Details for
Bug 19180
Vendor name is missing from breadcrumbs when closing an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19180: Add vendor name to breadcrumbs when closing an order
Bug-19180-Add-vendor-name-to-breadcrumbs-when-clos.patch (text/plain), 1.06 KB, created by
Aleisha Amohia
on 2017-08-27 23:04:31 UTC
(
hide
)
Description:
Bug 19180: Add vendor name to breadcrumbs when closing an order
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-08-27 23:04:31 UTC
Size:
1.06 KB
patch
obsolete
>From b4817ecf9d820d94d949d8a28a912dffdbb2894b Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Sun, 27 Aug 2017 23:00:15 +0000 >Subject: [PATCH] Bug 19180: Add vendor name to breadcrumbs when closing an > order > >To test: >1) Go to Acquisitions >2) Find a vendor and a basket >3) Click 'Close basket' button >4) Notice that on confirmation page, breadcrumbs are missing vendor >5) Apply patch and refresh page >6) Vendor name should now show >7) Confirm link to vendor works as expected > >Sponsored-by: Catalyst IT >--- > acqui/basket.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/basket.pl b/acqui/basket.pl >index 7a039d4..5194892 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -220,6 +220,7 @@ if ( $op eq 'delete_confirm' ) { > $template->param( > confirm_close => "1", > booksellerid => $booksellerid, >+ name => $bookseller->name, > basketno => $basket->{'basketno'}, > basketname => $basket->{'basketname'}, > basketgroupname => $basket->{'basketname'}, >-- >2.1.4
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 19180
:
66517
|
66562
|
66603
|
67029
|
67030
|
67031
|
67032
|
67156
|
67213
|
67214