Bugzilla – Attachment 116339 Details for
Bug 27606
Breadcrumbs on parcel.pl should include a link to the vendor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27606: Add link back to vendor in breadcrumbs for parcel.tt
Bug-27606-Add-link-back-to-vendor-in-breadcrumbs-f.patch (text/plain), 1.34 KB, created by
Lucas Gass (lukeg)
on 2021-02-04 21:02:13 UTC
(
hide
)
Description:
Bug 27606: Add link back to vendor in breadcrumbs for parcel.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-02-04 21:02:13 UTC
Size:
1.34 KB
patch
obsolete
>From 3b06614a259540ea704d6ac2e88cda34efefd746 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 4 Feb 2021 20:56:11 +0000 >Subject: [PATCH] Bug 27606: Add link back to vendor in breadcrumbs for > parcel.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To Test: >1. recieve an order: >When receiving, we get these breadcrumbs: >Home ⺠Acquisitions ⺠Receive orders from My Vendor > >2. apply patch >Now we get these breadcrumbs: >Home ⺠Acquisitions ⺠My Vendor⺠Receive orders from My Vendor > >3. Make sure the link sends you back to the correct vendor >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index ca87c8c2de..855b044d50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -29,7 +29,7 @@ > <em>[ [% invoice | html %] ]</em> > [% END %] > [% ELSE %] >- Receive orders from [% name | html %] >+ <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a> › Receive orders from [% name | html %] > [% END %] > </div> > >-- >2.11.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 27606
:
116339
|
116392
|
116451