diff --git a/htdocs/takepos/phone.php b/htdocs/takepos/phone.php
index 7e454a734a3..8714173e45f 100644
--- a/htdocs/takepos/phone.php
+++ b/htdocs/takepos/phone.php
@@ -31,7 +31,7 @@ if (!defined('NOREQUIREMENU')) define('NOREQUIREMENU', '1');
if (!defined('NOREQUIREHTML')) define('NOREQUIREHTML', '1');
if (!defined('NOREQUIREAJAX')) define('NOREQUIREAJAX', '1');
-if (!defined('INCLUDE_PHONEPAGE_FROM_PUBLIC_PAGE') && isset($_GET['key'])) require '../main.inc.php';
+if (!defined('INCLUDE_PHONEPAGE_FROM_PUBLIC_PAGE')) require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
@@ -71,14 +71,13 @@ $head = '
';
top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
-?>
-
-';
+
if ($action=="productinfo"){
$prod = new Product($db);
$prod->fetch($idproduct);
print "".$prod->label."
";
- print '
';
+ print '
';
print "
".$prod->description;
print "
".price($prod->price_ttc, 1, $langs, 1, -1, -1, $conf->currency)."";
print '
';