forked from Wavyzz/dolibarr
Update productaccount.php
This commit is contained in:
committed by
GitHub
parent
beb2791dde
commit
53b2100dbb
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user