From 818394b15428d576cb0bd94addfc129a1eb4681e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 5 Jan 2010 19:07:11 +0000 Subject: [PATCH] Fix: uniformize code --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index d8d60835966..635f771b70e 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -218,7 +218,7 @@ if ($result) print dol_print_date($objp->datem,'day'); print ""; print ''; - print $staticproduct->LibStatut($objp->envente,5); + print $product_static->LibStatut($objp->envente,5); print ""; print "\n"; $i++;