FSN#56185 cnt parameter mag niet leeg zijn
svn path=/Website/branches/v2018.2/; revision=40602
This commit is contained in:
@@ -43,7 +43,7 @@ if (submitting)
|
||||
var trackarray = [];
|
||||
for (i = min_consumpt; i < max_consumpt; i++)
|
||||
{
|
||||
new_value = getFParamInt("cnt" + i);
|
||||
new_value = getFParamInt("cnt" + i, 0);
|
||||
last_value = getFParamInt("last_val" + i);
|
||||
deel_key = getFParamInt("deel_key" + i);
|
||||
kenmerk_key = getFParamInt("kenmerk_key" + i);
|
||||
|
||||
Reference in New Issue
Block a user