Skip to content
Snippets Groups Projects
Commit 2b38ec39 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1526 from defrance69/patch-4

Update fournisseur.commande.class.php
parents 26fa5c08 def7d1d2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment