diff --git a/htdocs/admin/produit.php b/htdocs/admin/produit.php index d2444b796b7..ff5f40d0c3f 100644 --- a/htdocs/admin/produit.php +++ b/htdocs/admin/produit.php @@ -1,6 +1,6 @@ - * Copyright (C) 2006 Andre Cianfarani + * Copyright (C) 2006 Andre Cianfarani * * 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 @@ -164,6 +164,8 @@ print ""; print ''; print ''; print ''; + + // multiprix nombre de prix a proposer if($conf->global->PRODUIT_MULTIPRICES == 1) { diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 250ae8d301a..092055ce668 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -2,8 +2,8 @@ /* Copyright (C) 2001-2005 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2005 Eric Seigne - * Copyright (C) 2005 Régis Houssin - * Copyright (C) 2006 Andre Cianfarani + * Copyright (C) 2005-2006 Régis Houssin + * Copyright (C) 2006 Andre Cianfarani * * 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 diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 587fd936723..bb3f71d03df 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -2,8 +2,8 @@ /* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2005 Eric Seigne - * Copyright (C) 2005 Regis Houssin - * Copyright (C) 2006 Andre Cianfarani + * Copyright (C) 2005-2006 Regis Houssin + * Copyright (C) 2006 Andre Cianfarani * * 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 diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 02be100d02b..17e6f264445 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -1,9 +1,9 @@ - * Copyright (C) 2004 Éric Seigne - * Copyright (C) 2004-2005 Laurent Destailleur +/* Copyright (C) 2002-2004 Rodolphe Quiedeville + * Copyright (C) 2004 Éric Seigne + * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo - * Copyright (C) 2006 Andre Cianfarani + * Copyright (C) 2006 Andre Cianfarani * * 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