Skip to content
Snippets Groups Projects
Commit 4e6a88fa authored by Prasad's avatar Prasad
Browse files

Merge branch '158399514' into 'master'

#Fixes::158399514::madhusr::while importing the pricebook ,pricebook number is not generating

See merge request !1050
parents 3041d60e 60af7155
No related branches found
No related tags found
1 merge request!1050#Fixes::158399514::madhusr::while importing the pricebook ,pricebook number is not generating
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment