@@ -, +, @@ --- .../en/includes/acquisitions-add-to-basket.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc @@ -1,5 +1,6 @@
Add Order To Basket + [% IF has_budgets %]
@@ -11,4 +12,7 @@
  • From a staged file
  • + [% ELSE %] + You can't create any orders unless you first define a budget and a fund. + [% END %]
    --