2
0
forked from Wavyzz/dolibarr

Update productaccount.php

This commit is contained in:
Laurent Destailleur
2019-02-12 12:50:36 +01:00
committed by GitHub
parent beb2791dde
commit 53b2100dbb

View File

@@ -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++;