Bugzilla – Attachment 172899 Details for
Bug 35717
Link suggestions to orders by adding ordernumber to suggestions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35717: Fix typo in basket.tt
Bug-35717-Fix-typo-in-baskettt.patch (text/plain), 1.79 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-17 15:14:06 UTC
(
hide
)
Description:
Bug 35717: Fix typo in basket.tt
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-17 15:14:06 UTC
Size:
1.79 KB
patch
obsolete
>From 21e6cca7f786a27b7b2da30c88d72bbc29989a0b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 17 Oct 2024 11:31:05 -0300 >Subject: [PATCH] Bug 35717: Fix typo in basket.tt > >This patch fixes a stray `%]` displaying in basket.pl when the order is >linked to a suggestion. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 959cf99fb5c..4fb91bb6890 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -617,7 +617,7 @@ > [% FOREACH suggestion IN suggestions %] > <br/> > [% SET suggester = suggestion.suggester %] >- Suggested by: [% suggester.surname | html %][% IF suggester.firstname %] %], [% suggester.firstname | html %] [% END %] >+ Suggested by: [% suggester.surname | html %][% IF suggester.firstname %], [% suggester.firstname | html %] [% END %] > (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&op=show">suggestion #[% suggestion.suggestionid | html %]</a>) > [% END %] > </p> >-- >2.47.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 35717
:
160576
|
160577
|
160578
|
160579
|
160580
|
160581
|
160582
|
160583
|
164834
|
164835
|
164836
|
164837
|
164838
|
164839
|
164840
|
172871
|
172872
|
172873
|
172874
|
172875
|
172876
|
172877
|
172878
| 172899 |
172900
|
172901