#Fixes::158399514::madhusr::while importing the pricebook ,pricebook number is not generating
1 unresolved thread
Merge request reports
Activity
Filter activity
added 1 commit
- 41c1952b - #Fixes::158399514::madhusr::while importing the pricebook ,pricebook number is not generating
added 1 commit
- 60af7155 - #Fixes::158399514::madhusr::while importing the pricebook ,pricebook number is not generating
453 453 try{ 454 454 $fieldData['source'] = $obj->recordSource; 455 455 $entityInfo = vtws_create($moduleName, $fieldData, $obj->user); 456 $this->updateMissingSeqNumber($moduleName); In price book the records are created using the webservice vtws_create() api but in other inventory modules the records are created using the create() api in the fileinclude/Webservices/LineItem/VtigerInventoryOperation.php file which have the update sequence number at line no:44. So we need to update the missing sequence number for only price book within the importrecord method.
mentioned in commit 4e6a88fa