From 3438b9fa62ea662e0df2fec1ced15c0a1efec6b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 18 Jan 2013 12:32:10 +0100 Subject: [PATCH] Fix: init specimen --- htdocs/societe/class/societe.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 242aaf47452..4c6af926cd9 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -2548,6 +2548,7 @@ class Societe extends CommonObject $this->id=0; $this->name = 'THIRDPARTY SPECIMEN '.dol_print_date($now,'dayhourlog'); $this->nom = $this->name; // For backward compatibility + $this->ref_ext = 'Ref ext'; $this->specimen=1; $this->address='21 jump street'; $this->zip='99999';