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

(-)a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js (-2 / +1 lines)
Lines 86-92 function Check(f) { Link Here
86
    } else {
86
    } else {
87
        alertString2 = MSG_FORM_NOT_SUBMITTED;
87
        alertString2 = MSG_FORM_NOT_SUBMITTED;
88
        alertString2 += "\n------------------------------------------------------------------------------------\n";
88
        alertString2 += "\n------------------------------------------------------------------------------------\n";
89
        alertString2 += "\n- " + "%s " + MSG_MANDATORY_FIELDS_EMPTY.format(total_mandatory);
89
        alertString2 += "\n- " + MSG_MANDATORY_FIELDS_EMPTY.format(total_mandatory);
90
    }
90
    }
91
    if(total_important > 0){
91
    if(total_important > 0){
92
        if( !alertString2 ){
92
        if( !alertString2 ){
93
- 

Return to bug 28689