Update fournisseur.commande.class.php

$id not defined but used
This commit is contained in:
BENKE Charles 2014-04-06 21:21:08 +02:00
parent 1c21c00fb6
commit def7d1d2c8

View File

@ -45,6 +45,8 @@ class CommandeFournisseur extends CommonOrder
public $fk_element = 'fk_commande';
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
var $id;
var $ref; // TODO deprecated
var $product_ref;
var $ref_supplier;