Skip to content
Snippets Groups Projects

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

Merged madhu sr requested to merge madhu.sr/vtigercrm:158399514 into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
453 453 try{
454 454 $fieldData['source'] = $obj->recordSource;
455 455 $entityInfo = vtws_create($moduleName, $fieldData, $obj->user);
456 $this->updateMissingSeqNumber($moduleName);
  • Is this required only for PriceBooks?

  • Author Developer

    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.

  • Please register or sign in to reply
  • Prasad mentioned in commit 4e6a88fa

    mentioned in commit 4e6a88fa

  • merged

  • Please register or sign in to reply
    Loading