diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
index 19974c49afe..08a66d1b8c6 100644
--- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
+++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
@@ -106,7 +106,7 @@ if ($object->element == 'stock') {
print '
'.$langs->trans("NumberOfUnit").' | ';
print '';
if ($object->element == 'product' || $object->element == 'stock') {
- print ' | ';
print '';
@@ -128,7 +128,7 @@ $valformovementlabel = (GETPOST("label") ? GETPOST("label") : $langs->trans("Mov
print '';
print '| '.$langs->trans("MovementLabel").' | ';
print '';
-print '';
+print '';
print ' | ';
print ''.$langs->trans("InventoryCode").' | ';
print '';
|