From: Jean-André Santoni Date: Wed, 2 Dec 2009 14:31:15 +0000 (+0100) Subject: [2343] Fix currency not showing in aqbudgets X-Git-Tag: v3.02.00-alpha~39^2~77 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=e7753ce4652f3a096c8a08ef2c3dc65d5402ff2b;p=koha.git [2343] Fix currency not showing in aqbudgets --- 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 =