Commit d8944788 authored by Kulya's avatar Kulya 😊

Update entityes.json

parent a8bf467c
...@@ -74,12 +74,18 @@ ...@@ -74,12 +74,18 @@
"onec_field": "price", "onec_field": "price",
"type_field": "float" "type_field": "float"
}, },
{
"title": "Валюта",
"bx_field": "CURRENCY",
"onec_field": "currency",
"type_field": "text"
},
{ {
"title": "Единица измерения", "title": "Единица измерения",
"bx_field": "MEASURE", "bx_field": "MEASURE",
"onec_field": "measure", "onec_field": "measure",
"type_field": "string", "type_field": "string",
"items": ["UZS","USD","..."] "items": ["КГ","ШТ","..."]
}, },
{ {
"title": "Баркод", "title": "Баркод",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment