@@ -, +, @@ fund more inactive funds), the only active fund is preselected. the label (inactive) behind the fund name. (Note that other inactive funds may come up when clicking 'Show all' as they did before.) should be preselected. fund F1; note that this test explicitly wants F1 to be before F2). Check if F2 is selected and is labeled inactive. If you edit this order, the fund combo should say: Select a fund. (Note: if you delete a fund, the budget_id in aqorders remains.) --- .../prog/en/modules/acqui/neworderempty.tt | 28 +++++++++++++------ 1 files changed, 19 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -414,17 +414,27 @@ $(document).ready(function() [% Budget_name %] [% ELSE %] - + + [% FOREACH budget_loo IN budget_loop %] + + [% END %] --