set default store for product, purchase set last store purchased if available or use product default (#672)

This commit is contained in:
kriddles
2020-03-27 13:27:40 -05:00
committed by GitHub
parent d509f9add0
commit 2fee4b45ff
10 changed files with 39 additions and 6 deletions

View File

@@ -3435,6 +3435,9 @@
"row_created_timestamp": {
"type": "string",
"format": "date-time"
},
"shopping_location_id": {
"type": "integer"
}
},
"example": {
@@ -3455,7 +3458,8 @@
"allow_partial_units_in_stock": "0",
"enable_tare_weight_handling": "0",
"tare_weight": "0.0",
"not_check_stock_fulfillment_for_recipes": "0"
"not_check_stock_fulfillment_for_recipes": "0",
"shopping_location_id": null
}
},
"QuantityUnit": {
@@ -3724,7 +3728,8 @@
"allow_partial_units_in_stock": "0",
"enable_tare_weight_handling": "0",
"tare_weight": "0.0",
"not_check_stock_fulfillment_for_recipes": "0"
"not_check_stock_fulfillment_for_recipes": "0",
"last_shopping_location_id": null
},
"last_purchased": null,
"last_used": null,