From a2b685f6726ec16b286e8a19e5ad399a1ccd7133 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 %]

No active currency is defined

- [% IF CAN_user_parameters_parameters_remaining_permissions %] + [% IF CAN_user_acquisition_currencies_manage %]

Please specify an active currency.

[% ELSE %]

Your administrator must specify an active currency.

-- 2.17.0