Update fournisseur.product.class.php

This commit is contained in:
Philippe Grand 2018-08-23 10:08:17 +02:00 committed by GitHub
parent 0e3c9ffd51
commit b817517997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,21 +43,21 @@ class ProductFournisseur extends Product
public $db; public $db;
/** /**
* @var string Error code (or message) * @var string Error code (or message)
*/ */
public $error=''; public $error='';
var $product_fourn_price_id; // id of ligne product-supplier var $product_fourn_price_id; // id of ligne product-supplier
/** /**
* @var int ID * @var int ID
*/ */
public $id; public $id;
/** /**
* @deprecated * @deprecated
* @see ref_supplier * @see ref_supplier
*/ */
var $fourn_ref; var $fourn_ref;
var $delivery_time_days; var $delivery_time_days;
var $ref_supplier; // ref supplier (can be set by get_buyprice) var $ref_supplier; // ref supplier (can be set by get_buyprice)
@ -89,9 +89,9 @@ class ProductFournisseur extends Product
var $fourn_multicurrency_unitprice; var $fourn_multicurrency_unitprice;
/** /**
* Constructor * Constructor
* *
* @param DoliDB $db Database handler * @param DoliDB $db Database handler
*/ */
function __construct($db) function __construct($db)
{ {