';
print "| ".$langs->trans("Default")." | ";
- print ""." | ";
+ print " | ";
print ''.$langs->trans($object->price_base_type)." | ";
print '';
diff --git a/htdocs/product/stock/movement_card.php b/htdocs/product/stock/movement_card.php
index 2714740eb45..03171fbeac5 100644
--- a/htdocs/product/stock/movement_card.php
+++ b/htdocs/product/stock/movement_card.php
@@ -1049,14 +1049,12 @@ if ($resql)
{
// Inventory code
print ' | '
- .$objp->inventorycode
- .''
- .' | ';
+ .$objp->inventorycode
+ .'';
}
if (!empty($arrayfields['m.label']['checked']))
{
diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
index 944462ccdfc..535a0533249 100644
--- a/htdocs/product/stock/movement_list.php
+++ b/htdocs/product/stock/movement_list.php
@@ -1086,15 +1086,11 @@ if ($resql)
if (!empty($arrayfields['m.inventorycode']['checked']))
{
// Inventory code
- print ''.''
- .$objp->inventorycode
- .''
- .' | ';
+ print ''.$objp->inventorycode.' | ';
}
if (!empty($arrayfields['m.label']['checked']))
{