diff --git a/htdocs/accountancy/customer/lines.php b/htdocs/accountancy/customer/lines.php
index ba935a51a1e..62e70496203 100644
--- a/htdocs/accountancy/customer/lines.php
+++ b/htdocs/accountancy/customer/lines.php
@@ -367,7 +367,7 @@ if ($result) {
print '
' . $objp->rowid . ' | ';
// Ref Invoice
- print '' . $facture_static->getNomUrl(1) . ' | ';
+ print '' . $facture_static->getNomUrl(1) . ' | ';
print '' . dol_print_date($db->jdate($objp->datef), 'day') . ' | ';
diff --git a/htdocs/accountancy/customer/list.php b/htdocs/accountancy/customer/list.php
index 53674d4cbcb..74944b8f823 100644
--- a/htdocs/accountancy/customer/list.php
+++ b/htdocs/accountancy/customer/list.php
@@ -466,7 +466,7 @@ if ($result) {
print '' . $objp->rowid . ' | ';
// Ref Invoice
- print '' . $facture_static->getNomUrl(1) . ' | ';
+ print '' . $facture_static->getNomUrl(1) . ' | ';
print '' . dol_print_date($db->jdate($objp->datef), 'day') . ' | ';
diff --git a/htdocs/accountancy/supplier/lines.php b/htdocs/accountancy/supplier/lines.php
index b2df1231a4e..71fac322756 100644
--- a/htdocs/accountancy/supplier/lines.php
+++ b/htdocs/accountancy/supplier/lines.php
@@ -374,7 +374,7 @@ if ($result) {
print '' . $objp->rowid . ' | ';
// Ref Invoice
- print '' . $facturefournisseur_static->getNomUrl(1) . ' | ';
+ print '' . $facturefournisseur_static->getNomUrl(1) . ' | ';
print '';
print $objp->invoice_label;
diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php
index 53dcc4b1270..5ac90068ffb 100644
--- a/htdocs/accountancy/supplier/list.php
+++ b/htdocs/accountancy/supplier/list.php
@@ -469,7 +469,7 @@ if ($result) {
print ' | ' . $objp->rowid . ' | ';
// Ref Invoice
- print '' . $facturefourn_static->getNomUrl(1) . ' | ';
+ print '' . $facturefourn_static->getNomUrl(1) . ' | ';
print '';
print $objp->invoice_label;
|