Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbrett committed Oct 15, 2020
1 parent 955a0a7 commit 84b38e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/spree/order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,9 @@ def create_proposed_shipments
adjustments.shipping.delete_all
shipments.destroy_all

packages = OrderManagement::Stock::Coordinator.new(self).packages
packages = OrderManagement::Stock::Coordinator.new(self).packages(
checkout: true, apply_tags: true
)
packages.each do |package|
shipments << package.to_shipment
end
Expand Down

0 comments on commit 84b38e4

Please sign in to comment.