Bugzilla – Attachment 9394 Details for
Bug 8040
a menu misnamed in budgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-8040-bad-name-in-acquisitions-menu.patch (text/plain), 1.34 KB, created by
Stéphane Delaune
on 2012-05-03 08:22:31 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Stéphane Delaune
Created:
2012-05-03 08:22:31 UTC
Size:
1.34 KB
patch
obsolete
>From 4d6cd7110e0564b283328c85827d3f24201d53d2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Thu, 3 May 2012 10:21:04 +0200 >Subject: [PATCH] Bug 8040: bad name in acquisitions-menu > >--- > .../prog/en/includes/acquisitions-menu.inc | 4 +++- > 1 file changed, 3 insertions(+), 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 c6217d5..5bed5fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -1,8 +1,10 @@ >+http://admin.koha_community.localhost/cgi-bin/koha/admin/aqbudgets.pl > <ul> > <li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li> > [% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %] > [% IF ( CAN_user_acquisition_budget_manage ) %] >- <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets & funds</a></li> >+ <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li> >+ <li><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></li> > [% END %] > [% IF ( CAN_user_parameters ) %] > <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li> >-- >1.7.9.5 >
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 8040
:
9390
|
9394
|
9395
|
9543