$ret=$product->add_fournisseur($user,$id_fourn,$ref_fourn,$quantity);// This insert record with no value for price. Values are update later with update_buyprice
$ret=$object->add_fournisseur($user,$id_fourn,$ref_fourn,$quantity);// This insert record with no value for price. Values are update later with update_buyprice
print$form->selectPriceBaseType((GETPOST('price_base_type')?GETPOST('price_base_type'):'HT'),"price_base_type");// We keep 'HT' here, price_base_type is not yet supported for supplier prices
$reshook=$hookmanager->executeHooks('addMoreActionsButtons',$parameters,$product,$action);// Note that $action and $object may have been modified by hook
$reshook=$hookmanager->executeHooks('addMoreActionsButtons',$parameters,$object,$action);// Note that $action and $object may have been modified by hook