Bugzilla – Attachment 164120 Details for
Bug 36442
Fix typo in EDIFACT list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36442: Fix typo in edifact list
Bug-36442-Fix-typo-in-edifact-list.patch (text/plain), 1.71 KB, created by
Marcel de Rooy
on 2024-03-29 09:39:38 UTC
(
hide
)
Description:
Bug 36442: Fix typo in edifact list
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-29 09:39:38 UTC
Size:
1.71 KB
patch
obsolete
>From 3dce94cbdfd43d36afc2efa615388d237da4a153 Mon Sep 17 00:00:00 2001 >From: Per Larsson <per.larsson@ub.gu.se> >Date: Fri, 23 Feb 2024 14:29:48 +0100 >Subject: [PATCH] Bug 36442: Fix typo in edifact list >Content-Type: text/plain; charset=utf-8 > >To test: >1) Create an edifact message >2) Go to the acquisition EDIFACT messages page and > verify the basket link is broken >3) Apply patch >4) Verify the link now works > >Sponsored-by: Gothenburg University Library >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 2169b31ae7..5a55f8f039 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -129,7 +129,7 @@ > let rendered = ''; > if ( row.type == 'QUOTE' || row.type == 'ORDERS' ) { > if ( row.basket_id ) { >- rendered = '<a href="/cgi-bin/koha/acqui/basket.pl?basketno='+row.basked_id+'">'+_("Basket")+': '+row.basket_id+'</a>'; >+ rendered = '<a href="/cgi-bin/koha/acqui/basket.pl?basketno='+row.basket_id+'">'+_("Basket")+': '+row.basket_id+'</a>'; > } > } else { > rendered = '<a href="/cgi-bin/koha/acqui/invoices.pl?message_id='+row.id+'&op=do_search">'+_("Invoices")+'</a>'; >-- >2.30.2
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 36442
:
164028
|
164032
| 164120