From eb384bd7a81c6b3b04cb496fe6684cf2a471c5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Sun, 4 May 2014 19:33:24 +0200 Subject: [PATCH] Fix: duplicate declaration --- 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. */