diff --git a/htdocs/accountancy/customer/lines.php b/htdocs/accountancy/customer/lines.php
index 7e51160195b..22813024328 100644
--- a/htdocs/accountancy/customer/lines.php
+++ b/htdocs/accountancy/customer/lines.php
@@ -311,7 +311,7 @@ if ($result) {
print '
| ';
print ' | ';
print '';
- print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
+ print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth150', 'code2', 1, 0, 1);
//print '';
print ' | ';
print ' | ';
@@ -367,7 +367,7 @@ if ($result) {
print '';
if ($product_static->id > 0) print $product_static->getNomUrl(1);
if ($product_static->id > 0 && $objp->product_label) print ' ';
- if ($objp->product_label) print $objp->product_label;
+ if ($objp->product_label) print ''.$objp->product_label.'';
print ' | ';
print '';
diff --git a/htdocs/accountancy/supplier/lines.php b/htdocs/accountancy/supplier/lines.php
index 6d1a0ccd610..0c062b95057 100644
--- a/htdocs/accountancy/supplier/lines.php
+++ b/htdocs/accountancy/supplier/lines.php
@@ -313,7 +313,7 @@ if ($result) {
print ' | | ';
print ' | ';
print '';
- print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
+ print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth150', 'code2', 1, 0, 1);
// print '';
print ' | ';
print ' | ';
@@ -376,7 +376,7 @@ if ($result) {
print '';
if ($product_static->id > 0) print $product_static->getNomUrl(1);
if ($product_static->id > 0 && $objp->product_label) print ' ';
- if ($objp->product_label) print $objp->product_label;
+ if ($objp->product_label) print ''.$objp->product_label.'';
print ' | ';
// Description
@@ -400,7 +400,7 @@ if ($result) {
print ''.$objp->tva_intra.' | ';
print '';
- print $codecompta.' ';
+ print $codecompta.' ';
print img_edit();
print ' | ';
print ' | ';