View | Details | Raw Unified | Return to bug 32293
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js (-2 / +1 lines)
Lines 67-73 $(document).ready(function() { Link Here
67
67
68
        error = checkOrderBudgets();
68
        error = checkOrderBudgets();
69
        if ( error > 0 ) {
69
        if ( error > 0 ) {
70
            alert( __("Some budgets are not defined in item records") );
70
            alert( __("Some funds are not defined in item records") );
71
            return false;
71
            return false;
72
        }
72
        }
73
73
74
- 

Return to bug 32293