FSN#40629 propertytype heet nu orderpropertytype

svn path=/Website/branches/v2017.1/; revision=33970
This commit is contained in:
Jos Groot Lipman
2017-05-23 09:06:55 +00:00
parent aa0f9f79ae
commit f8357debd6
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ function model_bes_kenmerk(params)
{
var checkdata = { module: "bes",
srtkenmerk: true,
key: jsondata.propertytype,
key: jsondata.orderpropertytype,
value: jsondata.propertydefault
};
checkSrtkenmerkValue(checkdata);

View File

@@ -142,7 +142,7 @@ function model_bes_kenmerkbestel()
{
var checkdata = { module: "bes",
srtkenmerk: true,
key: jsondata.propertytype,
key: jsondata.orderpropertytype,
value: jsondata.propertydefault
};
checkSrtkenmerkValue(checkdata);