@@ -, +, @@ prevents adding only some records to a basket records in the batch --- .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 14 -------------- 1 file changed, 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -553,20 +553,6 @@ } - if (! $("#all_budget_id").val() ) { - // If there is no default fund - var error = 0; - $("select[name='budget_id']").each(function() { - if (!$(this).val()) { - error++; - } - }); - if ( error > 0 ) { - alert(_("Some budgets are not defined in item records")); - return false; - } - } - return disableUnchecked($(this)); }); $('#tabs').tabs(); --