We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa691c2 commit 2a36a3dCopy full SHA for 2a36a3d
1 file changed
modules/partitario/edit.php
@@ -478,12 +478,12 @@ function aggiornaReddito(id_conto){
478
$(".conto3").hide();
479
$(".totali").hide();
480
results.conti2.forEach(function(item) {
481
- $("#conto2-"+ item).parent().parent().show();
+ $("#conto2-"+ item).parent().parent().parent().parent().parent().show();
482
$("#conto2-"+ item).show();
483
});
484
485
results.conti2_3.forEach(function(item) {
486
487
488
if ($("#conto2-"+ item).find(".search > i").hasClass("fa-plus")) {
489
$("#conto2-"+ item).find(".search").click();
0 commit comments