Bugzilla – Attachment 138855 Details for
Bug 10086
No way to go back to the basket on uncertain prices page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10086: (QA follow-up) Fix TT filters
Bug-10086-QA-follow-up-Fix-TT-filters.patch (text/plain), 1.93 KB, created by
Katrin Fischer
on 2022-08-08 19:48:18 UTC
(
hide
)
Description:
Bug 10086: (QA follow-up) Fix TT filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-08 19:48:18 UTC
Size:
1.93 KB
patch
obsolete
>From 1806b3d374bd997fe7aa8748f275f103aa8bfa4e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 8 Aug 2022 19:44:45 +0000 >Subject: [PATCH] Bug 10086: (QA follow-up) Fix TT filters > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >index 63e9f08a3d..598e62dff6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt >@@ -113,7 +113,7 @@ > [% FOREACH uncertainpriceorder IN uncertainpriceorders %] > <tr> > <td> >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno %]">[% uncertainpriceorder.basketname %]</a> >+ <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% uncertainpriceorder.basketno | uri %]">[% uncertainpriceorder.basketname | html %]</a> > </td> > <td> > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% uncertainpriceorder.biblionumber | uri %]">[% uncertainpriceorder.title | html %]</a> >@@ -145,7 +145,7 @@ > [% END %] > </td> > <td class="actions"> >- <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber %]&booksellerid=[% booksellerid %]&basketno=[% uncertainpriceorder.basketno %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> >+ <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% uncertainpriceorder.ordernumber | uri %]&booksellerid=[% booksellerid | uri %]&basketno=[% uncertainpriceorder.basketno | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> > </td> > </tr> > [% END %] >-- >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 10086
:
60167
|
136471
|
136505
|
136506
|
137681
|
137737
|
138854
| 138855