ソースを参照

Fix translation

Frédéric FRANCE 2 年 前
コミット
b197607fb7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      htdocs/core/modules/modFacture.class.php

+ 1 - 1
htdocs/core/modules/modFacture.class.php

@@ -240,7 +240,7 @@ class modFacture extends DolibarrModules
 			'f.ref' => 'InvoiceRef*',
 			'f.ref_ext' => 'ExternalRef',
 			'f.ref_int' => 'ExternalRef',
-			'f.ref_client' => 'CustomerRef',
+			'f.ref_client' => 'RefCustomer',
 			'f.type' => 'Type*',
 			'f.fk_soc' => 'Customer*',
 			'f.datec' => 'InvoiceDateCreation',