Skip to content
Snippets Groups Projects

Fixes #177 - Convert lead field mapping NULL values and redundant rows

Merged Fixes #177 - Convert lead field mapping NULL values and redundant rows
Merged Satish requested to merge satish.dvnk/vtigercrm:177 into master
+ 16
1
Compare changes
  • Side-by-side
  • Inline
Files
@@ -2573,7 +2573,7 @@ Should any need arise,please do give us a call.';
$fieldMap = array(
array('company', 'accountname', null, 'potentialname', 0),
array('industry', 'industry', null, null, 1),
array('phone', 'phone', 'phone', null), 1,
array('phone', 'phone', 'phone', null, 1),
array('fax', 'fax', 'fax', null, 1),
array('rating', 'rating', null, null, 1),
array('email', 'email1', 'email', null, 0),
Loading