Remove limit on product ref on replenishment

This commit is contained in:
Laurent Destailleur 2016-04-27 12:30:36 +02:00
parent bb91fb174b
commit 2beb16ef32

View File

@ -557,7 +557,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
//print '<td><input type="checkbox" class="check" name="' . $i . '"' . $disabled . '></td>';
print '<td><input type="checkbox" class="check" name="'.$i.'"></td>';
print '<td class="nowrap">'.$prod->getNomUrl(1, '', 16).'</td>';
print '<td class="nowrap">'.$prod->getNomUrl(1, '').'</td>';
print '<td>' . $objp->label . '<input type="hidden" name="desc' . $i . '" value="' . $objp->label . '" ></td>';