瀏覽代碼

Fix must update facture_fourn_rec when merging thirdparties

Laurent Destailleur 1 年之前
父節點
當前提交
a0c5dffacb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/fourn/class/fournisseur.facture-rec.class.php

+ 1 - 1
htdocs/fourn/class/fournisseur.facture-rec.class.php

@@ -1771,7 +1771,7 @@ class FactureFournisseurRec extends CommonInvoice
 	public static function replaceThirdparty(DoliDB $dbs, $origin_id, $dest_id)
 	{
 		$tables = array(
-			'facture_rec'
+			'facture_fourn_rec'
 		);
 
 		return CommonObject::commonReplaceThirdparty($dbs, $origin_id, $dest_id, $tables);