Fix the select of the provider for one product
This commit is contained in:
parent
a6bae97826
commit
67d73c5488
@ -724,7 +724,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
|
|||||||
|
|
||||||
// Supplier
|
// Supplier
|
||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
$form->select_product_fourn_price($prod->id, 'fourn'.$i, $fk_supplier);
|
print $form->select_product_fourn_price($prod->id, 'fourn'.$i, $fk_supplier);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Fields from hook
|
// Fields from hook
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user