Fix #1035
Hello,
This add the necessary code to select oportunity.
Dear
Merge request reports
Activity
Filter activity
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 = ?';
Please register or sign in to reply