From 10dbe0b657c5870224d08068b8d0a49dc3189444 Mon Sep 17 00:00:00 2001 From: erics Date: Fri, 10 Jun 2005 15:57:58 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20du=20texte=20code=20fournisseur=20quand?= =?UTF-8?q?=20on=20ajoute=20une=20societe=20...=20en=20effet=20le=20code?= =?UTF-8?q?=20client=20d'un=20fournisseur=20peut=20pr=C3=AAter=20a=20confu?= =?UTF-8?q?sion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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').'';