Bugzilla – Attachment 155692 Details for
Bug 33662
Add link to order search to acq module navigation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33662: Add link to acq advanced search to acq navigation
Bug-33662-Add-link-to-acq-advanced-search-to-acq-n.patch (text/plain), 1.62 KB, created by
Katrin Fischer
on 2023-09-15 15:21:48 UTC
(
hide
)
Description:
Bug 33662: Add link to acq advanced search to acq navigation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-15 15:21:48 UTC
Size:
1.62 KB
patch
obsolete
>From 072c02a4b35ecc0aa34afd0b0bef57813b9dac9e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 15 Sep 2023 15:11:21 +0000 >Subject: [PATCH] Bug 33662: Add link to acq advanced search to acq navigation > >Right now 3 clicks are needed to open the advanced search page >in the acquisitions module. > >This adds a link to the advanced search to the left hand >module navigation. > >To test: >* Go to acquisitions >* Verify the way is long to advanced search: > At the top: Orders search > config icon > advanced search link >* Apply patch >* Notice Advanced search link on the left >* Verify it's way shorter now :) >--- > koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index e95bd8ecde..2130e18792 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -4,6 +4,7 @@ > <h5>Acquisitions</h5> > <ul> > <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li> >+ <li><a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a></li> > [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %] > [% IF ( CAN_user_suggestions_suggestions_manage ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% END %] > <li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li> >-- >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 33662
:
155692
|
155693
|
155698
|
157033