Browse Source

[2343] Fix currency not showing in aqbudgets

3.2.x
Jean-André Santoni 15 years ago
committed by Henri-Damien LAURENT
parent
commit
e7753ce465
  1. 3
      admin/aqbudgets.pl
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

3
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

2
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

@ -253,7 +253,7 @@
<!-- DEFAULT display budget periods list -->
<!-- TMPL_IF name="else" -->
<h2>Root budgets administration</h2>
<!-- TMPL_IF name="cur" --><b>Currency = <!-- TMPL_VAR name="cur" --></b><!-- /TMPL_IF -->
<p><!-- TMPL_IF name="cur" --><b>Currency = <!-- TMPL_VAR name="cur" --></b><!-- /TMPL_IF --></p>
<table id="periodsh">
<thead>
<tr>

2
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

@ -219,7 +219,7 @@
</tbody>
</table>
<p><b>Currency = <!-- TMPL_VAR NAME="cur" --> <!-- TMPL_VAR NAME="cur_format" --></b></p>
<!-- TMPL_IF name="cur" --><p><b>Currency = <!-- TMPL_VAR NAME="cur" --> <!-- TMPL_VAR NAME="cur_format" --></b></p><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="pagination_bar" --><div class="paginationBar"><!-- TMPL_VAR NAME="pagination_bar" --></div><!-- /TMPL_IF -->
<!-- /TMPL_IF --> <!-- else -->

Loading…
Cancel
Save