From e7753ce4652f3a096c8a08ef2c3dc65d5402ff2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Andr=C3=A9=20Santoni?= Date: Wed, 2 Dec 2009 15:31:15 +0100 Subject: [PATCH] [2343] Fix currency not showing in aqbudgets --- admin/aqbudgets.pl | 3 +++ .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl index c74d1d228e..01bfdbc840 100755 --- a/admin/aqbudgets.pl +++ b/admin/aqbudgets.pl @@ -50,6 +50,9 @@ my ($template, $borrowernumber, $cookie, $staffflags ) = get_template_and_user( } ); +my $cur = GetCurrency(); +$template->param( cur => $cur->{symbol} ); + my $op = $input->param('op'); # see if the user want to see all budgets or only owned ones diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl index c226f7c692..d0b592f15c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl @@ -253,7 +253,7 @@

Root budgets administration

- Currency = +

Currency =

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl index 3e567b2fb8..f520d08f64 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl @@ -219,7 +219,7 @@
-

Currency =

+

Currency =

-- 2.20.1