Fix param of product id to switch to list of order
This commit is contained in:
parent
b88e159495
commit
636f1e642d
@ -766,7 +766,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
|
|||||||
print '<td class="right">'.$warning.$stock.'</td>';
|
print '<td class="right">'.$warning.$stock.'</td>';
|
||||||
|
|
||||||
// Already ordered
|
// Already ordered
|
||||||
print '<td class="right"><a href="replenishorders.php?sproduct='.$prod->id.'">'.$ordered.'</a> '.$picto.'</td>';
|
print '<td class="right"><a href="replenishorders.php?search_product='.$prod->id.'">'.$ordered.'</a> '.$picto.'</td>';
|
||||||
|
|
||||||
// To order
|
// To order
|
||||||
//print '<td class="right"><input type="text" name="tobuy'.$i.'" value="'.$stocktobuy.'" '.$disabled.'></td>';
|
//print '<td class="right"><input type="text" name="tobuy'.$i.'" value="'.$stocktobuy.'" '.$disabled.'></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user