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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl (+5 lines)
Lines 18-23 function Check(ff) { Link Here
18
        ok=1;
18
        ok=1;
19
                    _alertString += "\n- " + _("Title cannot be empty");
19
                    _alertString += "\n- " + _("Title cannot be empty");
20
    }
20
    }
21
    
22
    if(isNull(ff.budget_id,1)){
23
	ok=1;
24
	_alertString += "\n- "+ _("You must create a budget");
25
    }    
21
26
22
    if (!(isNum(ff.quantity,0))){
27
    if (!(isNum(ff.quantity,0))){
23
        ok=1;
28
        ok=1;

Return to bug 5624