Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / acquisitions-menu.inc
1 <ul>
2         <li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
3         <!-- TMPL_IF NAME="suggestion" --><li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li><!-- TMPL_ELSE --><!-- /TMPL_IF -->
4     <!-- TMPL_IF name="CAN_user_acquisition_budget_manage" -->
5         <li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets &amp; Funds</a></li>
6     <!-- /TMPL_IF -->
7     <!-- TMPL_IF name="CAN_user_parameters" -->
8      <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
9     <!-- /TMPL_IF -->
10 </ul>