Skip to content
Snippets Groups Projects

Fix #1035

Closed Adrien Faveraux requested to merge adrien.faveraux/vtigercrm:FixCampain into master

Hello,

This add the necessary code to select oportunity.

Dear

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
673 673 $sql = 'INSERT INTO vtiger_campaignaccountrel VALUES(?,?,1)';
674 674 $adb->pquery($sql, array($crmid, $with_crmid));
675 675
676 } else {
676 } elseif($with_module == 'Potentials') {
677 $sql = 'UPDATE vtiger_potential SET campaignid = ? WHERE potentialid = ?';
  • Prasad Status changed to closed

    Status changed to closed

  • Please register or sign in to reply
    Loading