Skip to content

Commit

Permalink
Merge pull request #23 from erply/bug/changed-type-of-free-stock
Browse files Browse the repository at this point in the history
Change type of free stock
  • Loading branch information
Dysar authored Jun 16, 2020
2 parents ec62b8a + 293c54e commit ee10f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/products/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type (

StockInfo struct {
WarehouseID uint `json:"warehouseID"`
Free int `json:"free"`
Free float64 `json:"free"`
OrderPending int `json:"orderPending"`
ReorderPoint int `json:"reorderPoint"`
RestockLevel int `json:"restockLevel"`
Expand Down

0 comments on commit ee10f6d

Please sign in to comment.