Bug 15049: Add warning about "No active currency" to Acquisitions start page
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / budgets-active-currency.inc
1 [% IF ( currency ) %]<p><b>Currency = [% currency %]</b></p>[% ELSE %]<div class="dialog alert"><h3>No active currency is defined</h3><p>[% IF CAN_user_parameters_parameters_remaining_permissions %]Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.[% ELSE %]Your administrator must specify an active currency.[% END %]</p></div>[% END %]