Fix: init specimen

This commit is contained in:
Laurent Destailleur 2013-01-18 12:32:10 +01:00
parent f650888ea6
commit 3438b9fa62

View File

@ -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';