From 9ebcec5b4ef1710f94cdb821cf1d45248d4b8741 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sun, 4 May 2014 19:07:30 +0200
Subject: [PATCH] Fix: duplicate declaration of property

---
 htdocs/societe/class/societe.class.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
index 96896418479..ecfb0c7cb3f 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -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.
      */
-- 
GitLab