mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update productaccount.php
This commit is contained in:
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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user