Bugzilla – Attachment 75788 Details for
Bug 7651
Add separate permission for managing currencies and exchange rates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7651: (QA follow-up) Fix warning about undefined active currency
Bug-7651-QA-follow-up-Fix-warning-about-undefined-.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2018-06-04 19:20:59 UTC
(
hide
)
Description:
Bug 7651: (QA follow-up) Fix warning about undefined active currency
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-06-04 19:20:59 UTC
Size:
1.23 KB
patch
obsolete
>From a2b685f6726ec16b286e8a19e5ad399a1ccd7133 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 4 Jun 2018 21:19:42 +0200 >Subject: [PATCH] Bug 7651: (QA follow-up) Fix warning about undefined active > currency > >If no active currency is defined we show a warning. This fixes >the link shown below to check the correct permission. >--- > .../intranet-tmpl/prog/en/includes/budgets-active-currency.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc >index 18620599e2..8754cc0f1c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc >@@ -5,7 +5,7 @@ > [% ELSE %] > <div class="dialog alert"> > <h3>No active currency is defined</h3> >- [% IF CAN_user_parameters_parameters_remaining_permissions %] >+ [% IF CAN_user_acquisition_currencies_manage %] > <p><a href="/cgi-bin/koha/admin/currency.pl">Please specify an active currency.</a></p> > [% ELSE %] > <p>Your administrator must specify an active currency.</p> >-- >2.17.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 7651
:
75451
|
75452
|
75517
|
75573
|
75574
|
75788
|
75825
|
75826
|
75827
|
75828