[% USE raw %] [% PROCESS 'i18n.inc' %] [% INCLUDE "doc-head-open.inc" %] [% FILTER collapse %] [% t("Add order") | html %] › [% t("Acquisition") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE "doc-head-close.inc" %] [% INCLUDE "header.inc" %]
[% IF (not_enough_budget) %]
[% FOREACH var IN vars_loop %] [% FOREACH val IN var.values %] [% END %] [% END %]
[% IF (budget_exceeded) %]

Warning! Order total amount exceeds allowed budget.

[% END %] [% IF (encumbrance_exceeded) %]

Warning! You will exceed [% encumbrance | html %]% of your fund.

[% END %] [% IF (expenditure_exceeded) %]

Warning! You will exceed maximum limit ([% expenditure | html %][% IF (currency) %] [% currency | html %][% END %]) for your fund.

[% END %]

Do you want to confirm this order?

[% END %] [% INCLUDE "intranet-bottom.inc" %]