From 01fb5965557c9c77b4e1606c0db84e0de8633788 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 16 Sep 2013 14:29:17 +0200 Subject: [PATCH] New: [ task #90 ] Barcode search --- htdocs/societe/index.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index 0765fe2eacb..e8c4df08280 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -66,6 +66,13 @@ print ''.$langs->trans("Search").''; print ""; print $langs->trans("Name").':'; print ''; +if (! empty($conf->barcode->enabled)) +{ + print ""; + print $langs->trans("BarCode").':'; + //print ''; + print ''; +} print ""; print $langs->trans("Other").':'; //print '';