Remove limit on product ref on replenishment
This commit is contained in:
parent
bb91fb174b
commit
2beb16ef32
@ -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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user