diff --git a/modules/PriceBooks/PriceBooks.php b/modules/PriceBooks/PriceBooks.php
index 7ecbf15fdda8a5a42f5026b7ddbc6846a0e5553c..79f055017dce8aaa97d8574283bc1704d1c282f0 100755
--- a/modules/PriceBooks/PriceBooks.php
+++ b/modules/PriceBooks/PriceBooks.php
@@ -453,6 +453,7 @@ class PriceBooks extends CRMEntity {
 		try{
 			$fieldData['source'] = $obj->recordSource;
 			$entityInfo = vtws_create($moduleName, $fieldData, $obj->user);
+			$this->updateMissingSeqNumber($moduleName);
 			if($entityInfo && $productList){
 				$this->relatePriceBookWithProduct($entityInfo, $productList);
 			}