diff --git a/htdocs/bom/tpl/objectline_edit.tpl.php b/htdocs/bom/tpl/objectline_edit.tpl.php
index 04c84f9c1b0..c8899603f58 100644
--- a/htdocs/bom/tpl/objectline_edit.tpl.php
+++ b/htdocs/bom/tpl/objectline_edit.tpl.php
@@ -131,7 +131,7 @@ print '';
$coldisplay+=$colspan;
-print '';
+print '';
print '
';
print '';
print '';
diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php
index 278b8eabdd8..9c1babd4dc7 100644
--- a/htdocs/core/tpl/objectline_edit.tpl.php
+++ b/htdocs/core/tpl/objectline_edit.tpl.php
@@ -251,7 +251,7 @@ $coldisplay++;
- ">
+ ">
">
|
diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
index 485e8733ffa..3c739f7dbd7 100644
--- a/htdocs/expedition/card.php
+++ b/htdocs/expedition/card.php
@@ -2428,7 +2428,7 @@ elseif ($id || $ref)
if ($action == 'editline' && $lines[$i]->id == $line_id)
{
print '';
- print ' ';
+ print ' ';
print ' ';
print ' | ';
}
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index af12804aac5..3feeb16cecb 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -917,7 +917,7 @@ if (!$variants) {
print $form->selectDate($pdluo->sellby, 'sellby', '', '', 1, '', 1, 0);
print '';
print ''.$pdluo->qty.($pdluo->qty < 0 ? ' '.img_warning() : '').' | ';
- print '';
+ print ' | ';
print ' | ';
print '';
print '';
diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php
index c67dc9a3aeb..03dc37db114 100644
--- a/htdocs/reception/card.php
+++ b/htdocs/reception/card.php
@@ -1959,7 +1959,7 @@ elseif ($id || $ref)
if ($action == 'editline' && $lines[$i]->id == $line_id)
{
print '';
- print ' ';
+ print ' ';
print ' ';
}
elseif ($object->statut == 0)
|