FSN#40235 Kopie record gaf clientside foutmelding over validationMessage

svn path=/Website/trunk/; revision=33713
This commit is contained in:
Jos Groot Lipman
2017-05-08 09:52:44 +00:00
parent f1f1a2a273
commit 09f84475e8

View File

@@ -8,6 +8,7 @@ function pre_submit(isMulti)
// voor bestaand kenmerk indien a) wijzigbaar: uit formfield "property_type"
// b) niet wijzigbaar: gezet in xxx_kenmerk.asp
var attributeType = ($("#attributetype").length == 0? property_type : $("#attributetype").val() );
var validation_message = "";
if (attributeType == "C" && $("#length").val() == "")
validation_message = L("mgt_srtkenmerk_lengte_val1");