diff --git a/modules/PriceBooks/PriceBooks.php b/modules/PriceBooks/PriceBooks.php
index 8bb2fc7ef0205673abe0b521ea693f62212aedb0..7ecbf15fdda8a5a42f5026b7ddbc6846a0e5553c 100755
--- a/modules/PriceBooks/PriceBooks.php
+++ b/modules/PriceBooks/PriceBooks.php
@@ -451,6 +451,7 @@ 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);