Changeset 8218
- Timestamp:
- 10/04/12 21:49:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/libs/migration/processor/commons.py
r8217 r8218 551 551 ''' 552 552 ci_address = CI_Address() 553 if deliveryPoint: 554 ci_address.deliveryPoint = deliveryPoint 553 555 if electronicMailAddress: 554 ci_address.electronicMailAddress = deliveryPoint556 ci_address.electronicMailAddress = electronicMailAddress 555 557 if postalCode: 556 558 ci_address.postalCode = postalCode
Note: See TracChangeset
for help on using the changeset viewer.