From 5d35f719c48b43e377601ad2094c1699ed36cb23 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 29 Sep 2007 20:48:21 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20avertir=20qu'on=20peut=20s=E9lectionner?= =?UTF-8?q?=20un=20type=20de=20code=20barre=20par=20d=E9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/barcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php index a9722e74f93..78113e96009 100644 --- a/htdocs/product/barcode.php +++ b/htdocs/product/barcode.php @@ -135,7 +135,7 @@ if ($_GET['action'] == 'editbarcodetype') } else { - print $product->barcode_type_label; + print $product->barcode_type_label?$product->barcode_type_label:'
'.$langs->trans("SetDefaultBarcodeTypeInConfigurationModule").'
'; } print '';