Skip to content

Commit

Permalink
Change picking type to "Out"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietrichc2c committed Aug 31, 2016
1 parent 2a0c408 commit 07243ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm_claim_rma/wizards/claim_make_picking.py
Expand Up @@ -157,7 +157,7 @@ def _create_picking(self, claim, picking_type):
picking_type = warehouse_rec.in_type_id
write_field = 'move_in_id'
else:
picking_type = warehouse_rec.int_type_id
picking_type = warehouse_rec.out_type_id
write_field = 'move_out_id'

partner_id = claim.delivery_address_id.id
Expand Down

0 comments on commit 07243ae

Please sign in to comment.