Bugzilla – Attachment 184390 Details for
Bug 40334
When EDIFACT is enabled, one should be able view the corresponding EDIFACT QUOTE and ORDER messages on the Koha Basket page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40334: (follow-up) Terminology
Bug-40334-follow-up-Terminology.patch (text/plain), 3.59 KB, created by
Martin Renvoize (ashimema)
on 2025-07-18 14:32:58 UTC
(
hide
)
Description:
Bug 40334: (follow-up) Terminology
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-07-18 14:32:58 UTC
Size:
3.59 KB
patch
obsolete
>From 588522eb92ec605b100b926b82d8228ee3f94148 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 18 Jul 2025 15:31:05 +0100 >Subject: [PATCH] Bug 40334: (follow-up) Terminology > >The envelope level of EDIFACT is called an 'Interchange'. This patch >updates our UI terminology to match the official protocol terminology as >what we're actually displaying here is the Interchange file that >contains the related messages for the Basket. The interchange file will >often contain other messages of the same type that came through at the >same time of the this basket generation. > >Sponsored-by: Open Fifth <https://openfith.co.uk> >Signed-off-by: Hannah Dunne-Howrie <hdunne-howrie@westminster.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 5fbc5331869..d4cee909473 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -137,7 +137,7 @@ > [% IF quote_messages.size > 0 && order_messages.size > 0 %] > <!-- Both quote and order messages exist --> > <div class="btn-group"> >- <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-file-text"></i> View EDIFACT messages </button> >+ <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-file-text"></i> View EDIFACT interchanges </button> > <ul class="dropdown-menu"> > [% FOR message IN quote_messages %] > <li> >@@ -317,9 +317,9 @@ > [% END %] > > [% IF quote_messages.size > 0 && order_messages.size > 0 %] >- <!-- Both quote and order messages exist --> >+ <!-- Both quote and order interchanges exist --> > <div class="btn-group"> >- <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-file-text"></i> View EDIFACT messages </button> >+ <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"> <i class="fa fa-file-text"></i> View EDIFACT interchanges </button> > <ul class="dropdown-menu"> > [% FOR message IN quote_messages %] > <li> >@@ -338,7 +338,7 @@ > </ul> > </div> > [% ELSIF quote_messages.size > 0 %] >- <!-- Only quote messages exist --> >+ <!-- Only quote interchanges exist --> > <div class="btn-group"> > <button type="button" class="btn btn-default view_edifact_message" data-message-id="[% quote_messages.0.id | html %]"> <i class="fa fa-quote-left"></i> View EDIFACT quote </button> > </div> >-- >2.50.1
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 40334
:
183904
|
183905
|
183943
|
184059
|
184389
| 184390