Bugzilla – Attachment 175081 Details for
Bug 37993
Having a single EDI EAN account produces a bad redirect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37993: (QA follow-up) Fix Typo
Bug-37993-QA-follow-up-Fix-Typo.patch (text/plain), 1.76 KB, created by
Martin Renvoize (ashimema)
on 2024-12-03 15:45:19 UTC
(
hide
)
Description:
Bug 37993: (QA follow-up) Fix Typo
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-12-03 15:45:19 UTC
Size:
1.76 KB
patch
obsolete
>From b83d849885ddadb6fe5ec27b53912ba58a429186 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 3 Dec 2024 15:44:58 +0000 >Subject: [PATCH] Bug 37993: (QA follow-up) Fix Typo > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 37640b9c329..9a0d4e23109 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -112,7 +112,7 @@ > [% IF Koha.Preference('EDIFACT') && ediaccount %] > <div class="btn-group"> > [% UNLESS eans.size %] >- <a title="You must define an EAN in Administration -> Library EANs" class="btn btn-default btn-xs" diasbled="disabled" href="#"><i class="fa fa-download"></i> Create EDIFACT order</a> >+ <a title="You must define an EAN in Administration -> Library EANs" class="btn btn-default btn-xs" disabled="disabled" href="#"><i class="fa fa-download"></i> Create EDIFACT order</a> > [% ELSIF eans.size == 1 %] > <a class="btn btn-default btn-xs submit-form-link" href="#" data-ean="[% eans.0 | html %]" data-basketno="[% basketno | html %]" data-action="basket.pl" data-method="post" data-op="cud-ediorder"><i class="fa fa-download"></i> Create EDIFACT order</a> > [% ELSE %] >-- >2.47.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 37993
:
175024
|
175025
|
175026
|
175027
|
175042
|
175043
|
175044
|
175069
|
175070
|
175072
|
175073
|
175074
|
175075
|
175076
| 175081 |
175132