Update fournisseur.product.class.php
This commit is contained in:
parent
0e3c9ffd51
commit
b817517997
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user