diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index b1cc8379ba6..3a762825117 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * 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 @@ -252,7 +252,7 @@ if ($resql) print ''.$objp->duration.''; } print ''.price($objp->price).''; - print ''.$product_static->LibStatut($objp->statut,2).''; + print ''.$product_static->LibStatut($objp->statut,2).''; print "\n"; $i++; }