mirror of
https://github.com/grocy/grocy.git
synced 2025-09-18 18:46:51 +00:00
Removed old products.barcode field in grocy.openapi.json (references #2023)
This commit is contained in:
@@ -4443,10 +4443,6 @@
|
|||||||
"tare_weight": {
|
"tare_weight": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
"barcode": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Can contain multiple barcodes separated by comma"
|
|
||||||
},
|
|
||||||
"min_stock_amount": {
|
"min_stock_amount": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
@@ -4500,7 +4496,6 @@
|
|||||||
"qu_id_purchase": "3",
|
"qu_id_purchase": "3",
|
||||||
"qu_id_stock": "3",
|
"qu_id_stock": "3",
|
||||||
"qu_factor_purchase_to_stock": "1.0",
|
"qu_factor_purchase_to_stock": "1.0",
|
||||||
"barcode": "cok1",
|
|
||||||
"min_stock_amount": "8",
|
"min_stock_amount": "8",
|
||||||
"default_best_before_days": "0",
|
"default_best_before_days": "0",
|
||||||
"row_created_timestamp": "2019-05-02 20:12:26",
|
"row_created_timestamp": "2019-05-02 20:12:26",
|
||||||
@@ -4811,7 +4806,6 @@
|
|||||||
"qu_id_purchase": "3",
|
"qu_id_purchase": "3",
|
||||||
"qu_id_stock": "3",
|
"qu_id_stock": "3",
|
||||||
"qu_factor_purchase_to_stock": "1.0",
|
"qu_factor_purchase_to_stock": "1.0",
|
||||||
"barcode": "cok1",
|
|
||||||
"min_stock_amount": "8",
|
"min_stock_amount": "8",
|
||||||
"default_best_before_days": "0",
|
"default_best_before_days": "0",
|
||||||
"row_created_timestamp": "2019-05-02 20:12:26",
|
"row_created_timestamp": "2019-05-02 20:12:26",
|
||||||
|
Reference in New Issue
Block a user