FSN#37437 Verwijderde BTW tabelwaarden niet tonen
svn path=/Website/branches/v2016.1/; revision=30290
This commit is contained in:
@@ -408,7 +408,12 @@ function CreateRow(qty, unit, prc, btw, descr, key)
|
||||
extraclass: "btwdiv",
|
||||
onChange: "BtwChanged(event)",
|
||||
emptyOption: ""
|
||||
}
|
||||
},
|
||||
function () { // Als er maar eentje is gaat de onChange niet af
|
||||
var curval = $("#btw" + rowIndex).val();
|
||||
if (curval)
|
||||
matUserArray[rowIndex].btw = parseInt(curval, 10);
|
||||
}
|
||||
);
|
||||
|
||||
matUserArray[rowIndex] = new MldItem(qty, unit, prc, btw, sum, descr, key);
|
||||
|
||||
Reference in New Issue
Block a user