Fix the select of the provider for one product

This commit is contained in:
Laurent De Coninck 2020-01-12 21:52:42 +01:00
parent a6bae97826
commit 67d73c5488
No known key found for this signature in database
GPG Key ID: 2BA964D76BB3A499

View File

@ -724,7 +724,7 @@ while ($i < ($limit ? min($num, $limit) : $num))
// Supplier
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>';
// Fields from hook