Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
501 B

[% IF ( currency ) %]
[% IF ( not hide ) %]
<p><strong>Currency = [% currency | html %]</strong></p>
[% END %]
[% ELSE %]
<div class="dialog alert">
<h3>No active currency is defined</h3>
[% 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>
[% END %]
</div>
[% END %]