AAIT#38947 no focus on edit if empty line was automatically added

svn path=/Website/trunk/; revision=32806
This commit is contained in:
2017-02-14 08:28:07 +00:00
parent b75c5c29a0
commit 6c46f45184

View File

@@ -230,7 +230,7 @@ var fin_btwtabel_key = oRs("fin_btwtabel_key").value; // Standaard btw tabel key
{ %>
if ($("table#sel_items input[id^=sum]").not(":hidden").length == 0)
{
AddItem();
AddItem(true);
}
<% } %>
});