e3fa3a3978
Some templates use Edifact and edifact. As EDIFACT is an abbreviation, we should spell it like one. To test: - Check templates for occurrences of EDIFACT - acquisitions navigation menu - basket page - basketgroup page - EDIFACT messages page - Verify changes are correct Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Changes are correct Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
15 lines
733 B
HTML
15 lines
733 B
HTML
<ul>
|
|
<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
|
|
[% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %]
|
|
<li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li>
|
|
[% IF ( CAN_user_acquisition_budget_manage ) %]
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></li>
|
|
<li><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></li>
|
|
[% END %]
|
|
[% IF ( CAN_user_parameters ) %]
|
|
<li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
|
|
[% END %]
|
|
[% IF CAN_user_acquisition_edi_manage %]
|
|
<li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
|
|
[% END %]
|
|
</ul>
|