Update fournisseur.product.class.php

This commit is contained in:
Laurent Destailleur 2019-01-26 14:07:37 +01:00 committed by GitHub
parent 1d08ccef07
commit 4a5d260db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class ProductFournisseur extends Product
public $fourn_price; // price for quantity
public $fourn_remise_percent; // discount for quantity (percent)
public $fourn_remise; // discount for quantity (amount)
public $product_fourn_id; // product id
public $product_fourn_id; // product-supplier id
/**
* @var int ID availability delay - visible/used if option FOURN_PRODUCT_AVAILABILITY is on (duplicate information compared to delivery delay)