diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 8c264813ea1..ba30c85f5d2 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -364,7 +364,7 @@ if ($_GET["id"])
if ($product->type == 1) $nblignes++;
// Reference
- print '
'.$langs->trans("Ref").' | '.$product->ref.' | ';
+ print ''.$langs->trans("Ref").' | '.$product->ref.' | ';
if ($product->is_photo_available($conf->produit->dir_output))
{
@@ -458,7 +458,7 @@ if ($_GET["id"])
print '';
print '';
print '';
- print "".'| '.$langs->trans("Ref").' | |
';
+ print '| '.$langs->trans("Ref").' | |
';
print ''.$langs->trans("Label").' | | ';
$langs->load("bills");
@@ -538,17 +538,6 @@ if ($_GET["action"] == '')
print ''.$langs->trans("Edit").'';
}
- if ($user->rights->produit->modifier || $user->rights->produit->creer)
- {
- print ''.$langs->trans("UpdatePrice").'';
- }
-
- if ( $user->rights->produit->creer && $conf->upload)
- {
- print '';
- print $langs->trans("AddPhoto").'';
- }
-
}
print "\n
\n";
diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index 5bb99fbd1a2..817706d33d6 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.php
@@ -227,7 +227,7 @@ if ($_GET["id"])
dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
print '';
- print '| '.$langs->trans("Ref").' | '.$product->ref.' |
';
+ print '| '.$langs->trans("Ref").' | '.$product->ref.' |
';
print '| '.$langs->trans("Label").' | '.$product->libelle.' |
';
print '| '.$langs->trans("SellingPrice").' | '.price($product->price).' |
';
diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php
index 8c358ed6ebd..f60c88f8cb3 100644
--- a/htdocs/product/photos.php
+++ b/htdocs/product/photos.php
@@ -153,7 +153,7 @@ if ($_GET["id"])
print '';
print '';
- print '| '.$langs->trans("Ref").' | '.$product->ref.' | ';
+ print ''.$langs->trans("Ref").' | '.$product->ref.' | ';
print '
';
print '| '.$langs->trans("Label").' | '.$product->libelle.' | ';
print '
';
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 924ed281cda..a191ce4a398 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -145,7 +145,7 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->typ
print '';
print '';
-print '| '.$langs->trans("Ref").' | '.$product->ref.' | ';
+print ''.$langs->trans("Ref").' | '.$product->ref.' | ';
print '
';
print '| '.$langs->trans("Label").' | '.$product->libelle.' | ';
print '
';
@@ -195,7 +195,7 @@ if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer)
print '';
print '';
print '';
diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php
index dc69d81f57f..e8bac873f4f 100644
--- a/htdocs/product/stats/facture.php
+++ b/htdocs/product/stats/facture.php
@@ -137,7 +137,7 @@ if ($_GET["id"])
print '';
print '';
- print '| '.$langs->trans("Ref").' | '.$product->ref.' | ';
+ print ''.$langs->trans("Ref").' | '.$product->ref.' | ';
print '
';
print '| '.$langs->trans("Label").' | '.$product->libelle.' | ';
print '
';
diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php
index 83cf0aa72c9..0808622a494 100644
--- a/htdocs/product/stats/fiche.php
+++ b/htdocs/product/stats/fiche.php
@@ -171,7 +171,7 @@ if ($_GET["id"])
print '';
print '';
- print '| '.$langs->trans("Ref").' | '.$product->ref.' | ';
+ print ''.$langs->trans("Ref").' | '.$product->ref.' | ';
print '
';
print '| '.$langs->trans("Label").' | '.$product->libelle.' |
';