Skip to content

Commit

Permalink
Add changelog entry for InsufficientStock change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jan 14, 2016
1 parent 2ad32e3 commit c1bac98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@

* Replaced admin taxon management interface [#569](https://github.com/solidusio/solidus/pull/569)

* Fix logic around raising InsufficientStock when creating shipments. [#566](https://github.com/solidusio/solidus/pull/566)

Previously, `InsufficientStock` was raised if any StockLocations were fully
out of inventory. This was incorrect because it was possible other stock
locations could have fulfilled the inventory. This was also incorrect because
the stock location could have some, but insufficient inventory, and not raise
the exception (an incomplete package would be returned). Now the coordinator
checks that the package is complete and raises `InsufficientStock` if it is
incomplete for any reason.

## Solidus 1.1.0 (2015-11-25)

Expand Down

0 comments on commit c1bac98

Please sign in to comment.