Bugzilla – Attachment 119134 Details for
Bug 27900
regression: add from existing record with null results deadends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27900: (QA follow-up) Add missing filter
Bug-27900-QA-follow-up-Add-missing-filter.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2021-04-02 16:11:30 UTC
(
hide
)
Description:
Bug 27900: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-02 16:11:30 UTC
Size:
1.69 KB
patch
obsolete
>From 5ffda80fec3dc8d0b9395411d09ddce7c316bb8e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 29 Mar 2021 17:53:53 +0000 >Subject: [PATCH] Bug 27900: (QA follow-up) Add missing filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index caf045889f..3d9f2205bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -327,7 +327,7 @@ > No results match your search [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc | html %]'</span>[% END %][% IF ( limit_desc ) %] with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName | html %] Catalog[% END %]. > </p> > [% IF CAN_user_acquisition_order_manage && searchtoorder_basketno && searchtoorder_vendorid %][%# Coming from the basket or vendor view %] >- <p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno %]">Go to the basket view<a></p> >+ <p><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% searchtoorder_basketno | uri %]">Go to the basket view<a></p> > [% END %] > [% ELSE %] > <p>You did not specify any search criteria.</p> >-- >2.11.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 27900
:
118126
|
119107
|
119133
| 119134 |
119135