change the PHPdoc

This commit is contained in:
Laurent De Coninck 2020-01-13 10:43:39 +01:00
parent 67d73c5488
commit 66e08103de
No known key found for this signature in database
GPG Key ID: 2BA964D76BB3A499

View File

@ -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 = '')
{