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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl (-1 / +8 lines)
Lines 148-153 function AreMandatoriesNotOk(){ Link Here
148
					}
148
					}
149
	    		}
149
	    		}
150
	    	}
150
	    	}
151
152
	    	elemtextareas = elem.getElementsByTagName('textarea');
153
	    	for(var j=0,len2=elemtextareas.length; j<len2; j++){
154
                // this bit assumes that the only textareas in this context would be for subfields
155
                if (elemtextareas[j].value) {
156
                    isempty = false;
157
                }
158
            }
151
    	}else{
159
    	}else{
152
    		isempty = false;
160
    		isempty = false;
153
    	}
161
    	}
154
- 

Return to bug 4464