diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php index 5377fee4f97..e709dc4d6db 100644 --- a/htdocs/livraison/class/livraison.class.php +++ b/htdocs/livraison/class/livraison.class.php @@ -3,6 +3,7 @@ * Copyright (C) 2005-2010 Regis Houssin * Copyright (C) 2006-2007 Laurent Destailleur * Copyright (C) 2007 Franky Van Liedekerke + * Copyright (C) 2011-2012 Philippe Grand * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -773,7 +774,7 @@ class Livraison extends CommonObject // Initialise parametres $this->id=0; - $this->ref = 'SPECIMEN_RECEIPT'; + $this->ref = 'SPECIMEN'; $this->specimen=1; $this->socid = 1; $this->date_delivery = $now; @@ -905,4 +906,4 @@ class LivraisonLigne } -?> +?> \ No newline at end of file