From f0540f7871ffec2d17ab34be63da5dc97b7ba78a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Jun 2006 22:51:56 +0000 Subject: [PATCH] Gestion d'affichage de specimen sur propale --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index b74aae8dc3e..54af270b313 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -2205,7 +2205,7 @@ class Propal $socid = rand(1, $num_socs); $this->socidp = $socids[$socid]; $this->date = time(); - $this->date_lim_reglement=$this->date+3600*24*30; + $this->fin_validite = $this->date+3600*24*30; $this->cond_reglement_code = 'RECEP'; $this->mode_reglement_code = 'CHQ'; $this->note_public='SPECIMEN';