Fixed not being able to add more than one record per 'apply changes'.

This commit is contained in:
Ivan Filippov 2016-04-29 10:25:43 -06:00
parent 64a297d5fb
commit 6999b7ed67

View File

@ -217,6 +217,7 @@
var table = $("#tbl_records").DataTable();
saveRow(table, nEditing);
nEditing = null;
nNew = false;
});
</script>