diff --git a/www/prod/jquery.edit.js b/www/prod/jquery.edit.js index a86b06f4e2..f91064b225 100644 --- a/www/prod/jquery.edit.js +++ b/www/prod/jquery.edit.js @@ -1124,7 +1124,7 @@ function edit_applyMultiDesc(evt) var temp = { meta_id : value.getMetaId() ? value.getMetaId() : '', - meta_struct_id : p4.edit.T_records[r].fields[f]..getMetaStructId(), + meta_struct_id : p4.edit.T_records[r].fields[f].getMetaStructId(), vocabularyId : value.getVocabularyId() ? value.getVocabularyId() : '', value : cleanTags(value.getValue()) };