Bugzilla – Attachment 79181 Details for
Bug 20782
EDI: Clicking the 'Invoice' link on the 'EDI Messages' page does not take you directly to the corresponding invoice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20782: Fix link from edifactmessages to invoices
Bug-20782-Fix-link-from-edifactmessages-to-invoice.patch (text/plain), 957 bytes, created by
Martin Renvoize (ashimema)
on 2018-09-20 13:58:53 UTC
(
hide
)
Description:
Bug 20782: Fix link from edifactmessages to invoices
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-09-20 13:58:53 UTC
Size:
957 bytes
patch
obsolete
>From 869fa101dc3c94de859d211af9bbe21214be10cf Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 21 May 2018 12:15:37 +0100 >Subject: [PATCH] Bug 20782: Fix link from edifactmessages to invoices > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >index c730c7c577..d3da7226ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -62,7 +62,7 @@ > [% END %] > [% ELSE %] > <!-- Assuming invoices --> >- <a href="/cgi-bin/koha/acqui/invoices.pl?message_id=[% msg.id | html %]"> >+ <a href="/cgi-bin/koha/acqui/invoices.pl?message_id=[% msg.id | uri %]&op=do_search"> > Invoices > </a> > [% END %] >-- >2.18.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 20782
:
75457
|
79181
|
85802