From 36f7f760ce6f94a84326c5d2047dc8f4b93827b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 6 Nov 2009 22:10:52 +0000 Subject: [PATCH] New: Add customer ref if defined --- htdocs/propal.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 764a9a5cc88..ccc26f81861 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -1905,6 +1905,7 @@ class Propal extends CommonObject // Initialise parametres $this->id=0; $this->ref = 'SPECIMEN'; + $this->ref_client='NEMICEPS'; $this->specimen=1; $socid = rand(1, $num_socs); $this->socid = $socids[$socid];