From 65b2ac3e563aaeaeed725f333f633495c26a2b42 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 1 Mar 2010 16:46:31 +0000 Subject: [PATCH] Fix: bad link --- htdocs/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 6e43d49f2e6..283aafe0107 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -2,7 +2,7 @@ /* Copyright (C) 2003-2006 Rodolphe Quiedeville * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo - * Copyright (C) 2005-2009 Regis Houssin + * Copyright (C) 2005-2010 Regis Houssin * Copyright (C) 2006 Andre Cianfarani * * This program is free software; you can redistribute it and/or modify @@ -2115,7 +2115,7 @@ else } else { - print ''.$langs->trans('ShipProduct').''; + print ''.$langs->trans('ShipProduct').''; } } else