FCLT#57624 'INTERNAL_ERROR_PARAMETER_amount5_IS_NOT_FLOAT' is undefined

svn path=/Website/branches/v2019.1/; revision=42331
This commit is contained in:
Alex Tiehuis
2019-05-01 13:46:42 +00:00
parent a2e54bc3b3
commit 3952c593a7

View File

@@ -1420,7 +1420,7 @@ fin = { func_enabled_factuur: // Wat mag ik zoal op deze specifieke factuur?
+ "</td>");
// Create amount field
html.push("<td align='right'><input type='text' class='fldfinamount'"
html.push("<td align='right'><input type='text' class='fldfinamount float'"
+ " id='amount" + rowIndex + "' name='amount" + rowIndex + "' maxlength='11' value='" + safe.editablefloat(params.aantal) + "'></td>");
// Create unit field
@@ -1451,7 +1451,7 @@ fin = { func_enabled_factuur: // Wat mag ik zoal op deze specifieke factuur?
}
// Create sum field
html.push("<td align='right'><input type='text' class='fldfinbedrag'"
html.push("<td align='right'><input type='text' class='fldfinbedrag float'"
+ " id='sum" + rowIndex + "' name='sum" + rowIndex + "' maxlength='10' value='" + safe.curreditable(params.sum) + "'></td>");
// Create BTW field