Bugzilla – Attachment 155457 Details for
Bug 32984
The EDIFACT message that receives an item should be linked on the 'Acquisition details' tab on catalogue details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32984: (QA follow-up) Update to respect EDIFACT preference
Bug-32984-QA-follow-up-Update-to-respect-EDIFACT-p.patch (text/plain), 1.40 KB, created by
Martin Renvoize (ashimema)
on 2023-09-08 19:02:23 UTC
(
hide
)
Description:
Bug 32984: (QA follow-up) Update to respect EDIFACT preference
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-09-08 19:02:23 UTC
Size:
1.40 KB
patch
obsolete
>From 1445dd0d30650ba9be36f9df4010e8d081d2e888 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 8 Sep 2023 20:00:40 +0100 >Subject: [PATCH] Bug 32984: (QA follow-up) Update to respect EDIFACT > preference > >Since the first submission of this patch we have introduced a system >preference to enable/disable edifact in it's entirety. This patch adds >the check for this preference. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 9d447fdb77..5f4ce98062 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -860,7 +860,7 @@ > [% order.invoice.invoicenumber | html %] > [% END %] > >- [% IF CAN_user_acquisition_edi_manage && order.invoice.message_id %] >+ [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %] > (<a href="/cgi-bin/koha/acqui/edimsg.pl?id=[% order.invoice.message_id | uri %]" title="EDI INVOICE message">EDI message</a>) > [% END %] > [% END %] >-- >2.41.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 32984
:
146739
|
155456
| 155457