empty is more useful than 0
This commit is contained in:
parent
4900e85fa8
commit
8dd54e24e7
@ -1077,7 +1077,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
while ($i < $nbproduct)
|
while ($i < $nbproduct)
|
||||||
{
|
{
|
||||||
print '
|
print '
|
||||||
jQuery("#qty_0_'.$i.'").val(0);';
|
jQuery("#qty_0_'.$i.'").val("");';
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print '
|
print '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user