diff --git a/htdocs/compta/tva/quadri_detail.php b/htdocs/compta/tva/quadri_detail.php
index ff0a2918cac..8d6c0e07190 100644
--- a/htdocs/compta/tva/quadri_detail.php
+++ b/htdocs/compta/tva/quadri_detail.php
@@ -234,7 +234,7 @@ if ($conf->compta->mode == "CREANCES-DETTES")
$x_both[$my_paye_rate]['paye']['detail'][] = array(
'id'=>$x_paye[$my_paye_rate]['facid'][$id],
'descr'=>$x_paye[$my_paye_rate]['descr'][$id],
- 'link'=>''.$x_paye[$my_paye_rate]['facnum'][$id].' ',
+ 'link'=>''.$x_paye[$my_paye_rate]['facnum'][$id].' ',
'totalht'=>$x_paye[$my_paye_rate]['totalht_list'][$id],
'vat'=>$x_paye[$my_paye_rate]['vat_list'][$id]);
//$x_both[$my_paye_rate]['paye']['links'] .= '..'.substr($x_paye[$my_paye_rate]['facnum'][$id],-2).' ';