Fix: duplicate declaration of property

This commit is contained in:
Laurent Destailleur 2014-05-04 19:07:30 +02:00
parent 7a5030826b
commit 9ebcec5b4e

View File

@ -268,9 +268,6 @@ class Societe extends CommonObject
var $price_level;
var $outstanding_limit;
var $date_creation;
var $date_modification;
/**
* Id of sales representative to link (used for thirdparty creation). Not filled by a fetch, because we can have several sales representatives.
*/