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