Skip to content

Commit

Permalink
[IMP] added addres2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhecar committed Aug 17, 2016
1 parent fd67048 commit 1113e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delivery_carrier_file_ups/generator/ups_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def _get_rows(self, picking, configuration):
if address.street2:
line.street = address.street
line.street2 = address.street2

else:
line.street = address.street
line.zip = address.zip
Expand Down

0 comments on commit 1113e26

Please sign in to comment.