@@ -, +, @@ addorder.tt -Add orders to a basket -Exceed a fund or budget -Notice about the dialog alert -Apply patch -Exceed again and see the new icons --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt @@ -19,7 +19,7 @@ [% END %] [% END %] -
+
[% IF (budget_exceeded) %]

Warning! Order total amount exceeds allowed budget.

[% END %] @@ -30,8 +30,8 @@

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

[% END %]

Do you want to confirm this order?

- - + +
[% END %] --