From cc984d68351cfe2db97a2ac6b72f8f028a44c932 Mon Sep 17 00:00:00 2001 From: Apparao G <apparao@vtiger.com> Date: Wed, 10 Jan 2024 12:25:05 +0000 Subject: [PATCH] Revert "Merge branch '158082441' into 'master'" This reverts merge request !949 --- modules/PriceBooks/PriceBooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/PriceBooks/PriceBooks.php b/modules/PriceBooks/PriceBooks.php index 7ecbf15fd..8bb2fc7ef 100755 --- a/modules/PriceBooks/PriceBooks.php +++ b/modules/PriceBooks/PriceBooks.php @@ -451,7 +451,6 @@ class PriceBooks extends CRMEntity { unset($fieldData['listprice']); unset($fieldData['relatedto']); $fieldData = $obj->transformForImport($fieldData, $moduleMeta); try{ - $fieldData['source'] = $obj->recordSource; $entityInfo = vtws_create($moduleName, $fieldData, $obj->user); if($entityInfo && $productList){ $this->relatePriceBookWithProduct($entityInfo, $productList); -- GitLab