From 4b85b30d9bde82c709540b48efd17ed3f7c06c96 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Feb 2006 19:26:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20le=20pays=20n'=E9tait=20pas=20sauvegard?= =?UTF-8?q?=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/stock/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index dcdaa77102f..56fb72acbff 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -211,7 +211,7 @@ else print ''.$langs->trans('Town').''.$entrepot->ville.''; print ''.$langs->trans('Country').''; - $entrepot->pays; + $entrepot->pays_id; print ''; print ''.$langs->trans("Status").''.$entrepot->statuts[$entrepot->statut].'';