diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php index 4c4886b615e..f9687798b00 100644 --- a/htdocs/accountancy/admin/productaccount.php +++ b/htdocs/accountancy/admin/productaccount.php @@ -465,7 +465,7 @@ if ($result) { console.log("We check if at least one line is checked") - at leastoneselected=0; + atleastoneselected=0; jQuery(".checkforselect").each(function( index ) { /* console.log( index + ": " + $( this ).text() ); */ if ($(this).is(\':checked\')) at leastoneselected++;