diff --git a/htdocs/soc.php b/htdocs/soc.php index e099b7859bb..9326fcbb088 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -2,6 +2,7 @@ /* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2003 Brian Fraval * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2005 Eric Seigne * * 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 @@ -202,7 +203,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'create') } if ($step==2 || ! defined("COMPANY_CREATE_TWO_STEPS")) { - print ''.$langs->trans('CustomerCode').''; + print ''.$langs->trans('CustomerCode').'/' . $langs->trans('SupplierCode') .''; if (defined("COMPANY_CREATE_TWO_STEPS")) { print ''.$langs->trans('Country').'';