Bugzilla – Attachment 168807 Details for
Bug 33363
More specific permissions for purchase suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33363: (QA Follow-up) Fix bug preventing Suggestions from showing in Acquistions menu
Bug-33363-QA-Follow-up-Fix-bug-preventing-Suggesti.patch (text/plain), 1.74 KB, created by
Kyle M Hall (khall)
on 2024-07-11 12:49:57 UTC
(
hide
)
Description:
Bug 33363: (QA Follow-up) Fix bug preventing Suggestions from showing in Acquistions menu
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-11 12:49:57 UTC
Size:
1.74 KB
patch
obsolete
>From dbef5463c5afb203a578ef28893c1207a2cfad9d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 2 Jul 2024 12:10:28 +0000 >Subject: [PATCH] Bug 33363: (QA Follow-up) Fix bug preventing Suggestions from > showing in Acquistions menu > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 df067e6edfc..1fe8c2fd45c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -6,7 +6,7 @@ > <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 ( suggestion && ( CAN_user_suggestions_suggestions_create || CAN_user_suggestions_suggestions_manage || CAN_user_suggestions_suggestions_delete ) ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% END %] >+ [% IF CAN_user_suggestions_suggestions_create || CAN_user_suggestions_suggestions_manage || CAN_user_suggestions_suggestions_delete %]<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> > [% IF Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage %] > <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</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 33363
:
150247
|
150450
|
153177
|
160846
|
160847
|
160902
|
160903
|
165142
|
165143
|
168052
|
168053
|
168055
|
168056
|
168356
|
168357
|
168358
|
168359
|
168803
|
168804
|
168805
|
168806
|
168807
|
168808
|
168865
|
168866
|
168867
|
168868
|
168869