Merge pull request #12837 from laudeco/hotfix/replenish_product
replenish product
This commit is contained in:
commit
2465d5ab47
@ -3008,7 +3008,8 @@ class Form
|
||||
* @param int $productid Id of product
|
||||
* @param string $htmlname Name of HTML field
|
||||
* @param int $selected_supplier Pre-selected supplier if more than 1 result
|
||||
* @return void
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function select_product_fourn_price($productid, $htmlname = 'productfournpriceid', $selected_supplier = '')
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user