Fix selezione modelli di prima nota con più di 2 conti movimentati

This commit is contained in:
loviuz 2020-02-16 16:45:45 +01:00
parent c47af03d5a
commit 5117d90eda
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,6 @@ var n = '.$counter.';
function addRiga(btn) {
var raggruppamento = $(btn).parent();
n++;
cleanup_inputs();
var tabella = raggruppamento.find("tbody");
@ -164,6 +163,7 @@ function addRiga(btn) {
tabella.append(text);
restart_inputs();
n++;
}
/**