Bugzilla – Attachment 85802 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), 1013 bytes, created by
Katrin Fischer
on 2019-02-27 22:13:16 UTC
(
hide
)
Description:
Bug 20782: Fix link from edifactmessages to invoices
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-02-27 22:13:16 UTC
Size:
1013 bytes
patch
obsolete
>From f3bdcdcbc1ea711ce795c6bd4709c9caf86a3f37 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 91411494d8..6b9fb3bdc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -61,7 +61,7 @@ > [% END %] > [% ELSE %] > <!-- Assuming invoices --> >- <a href="/cgi-bin/koha/acqui/invoices.pl?message_id=[% msg.id | uri %]"> >+ <a href="/cgi-bin/koha/acqui/invoices.pl?message_id=[% msg.id | uri %]&op=do_search"> > Invoices > </a> > [% END %] >-- >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 20782
:
75457
|
79181
| 85802