Skip to content

Commit a38bdf3

Browse files
committed
align salesforcecontacts new format
1 parent 1fe65e4 commit a38bdf3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/client/src/pages/DataView360/components/Adoptions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import "./styles/table.css";
1616
import _ from 'lodash';
1717
import moment from "moment";
1818

19-
/* I don't khow, how to remove it. So I changed background-color on 'initial' */
19+
2020
const StyledTableCell = withStyles((theme) => ({
2121
head: {
2222
backgroundColor: 'initial', // here
@@ -46,7 +46,6 @@ class Adoptions extends Component {
4646
retVal = petList.slice(0, PET_COUNT);
4747
}
4848

49-
5049
return retVal;
5150
}
5251

src/server/datasource_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ def __clean_csv_headers(header):
1212
'Apartment', 'City', 'State', 'Zip', 'Email', 'Phone', 'Animal_ids'],
1313
'volgistics': ['Last name', 'First name', 'Middle name', 'Number', 'Complete address', 'Street 1', 'Street 2',
1414
'Street 3', 'City', 'State', 'Zip', 'All phone numbers', 'Home', 'Work', 'Cell', 'Email'],
15-
'salesforcecontacts': ['Contact ID', 'First Name', 'Last Name', 'Mailing Street', 'Mailing City',
15+
'salesforcecontacts': ['Contact ID 18', 'First Name', 'Last Name', 'Mailing Street', 'Mailing City',
1616
'Mailing State/Province', 'Mailing Zip/Postal Code', 'Mailing Country', 'Phone', 'Mobile',
17-
'Email'],
17+
'Email', 'Account ID 18', 'Volgistics ID', 'Person ID'],
1818
'volgisticsshifts': ['Number', 'Site', 'Place', 'Assignment', 'Role', 'From', 'To', 'Spare date', 'Spare dropdown',
1919
'Spare checkbox', 'Coordinator'],
2020
'salesforcedonations': ['Recurring donor', 'Opportunity Owner', 'Account Name', 'Opportunity ID (18 Digit)',

0 commit comments

Comments
 (0)