Skip to content

Instantly share code, notes, and snippets.

@cored
Created November 27, 2018 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cored/193ad21a0aa87a1b1b167aff79c842e5 to your computer and use it in GitHub Desktop.
Save cored/193ad21a0aa87a1b1b167aff79c842e5 to your computer and use it in GitHub Desktop.
def unreserve_shipment(shipment)
shipment.update_attributes(:shipment_batch_id => nil)
Inventory::Reservations.unreserve_shipment(shipment)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment