mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Removed old products.barcode field in grocy.openapi.json (references #2023)
This commit is contained in:
parent
e8f76e5694
commit
80a873da3e
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user