Commit b5f73ec3 authored by Kulya's avatar Kulya 😊

Update entityes.json

parent b2c74b8f
...@@ -34,12 +34,14 @@ ...@@ -34,12 +34,14 @@
{ {
"title": "Битрикс ID", "title": "Битрикс ID",
"bx_field": "ID", "bx_field": "ID",
"onec_field": "" "onec_field": "",
"type_field": "integer"
}, },
{ {
"title": "1C CODE", "title": "1C CODE",
"bx_field": "GUID", "bx_field": "GUID",
"onec_field": "code" "onec_field": "code",
"type_field": "string"
}, },
{ {
"title": "Название", "title": "Название",
...@@ -82,12 +84,14 @@ ...@@ -82,12 +84,14 @@
{ {
"title": "Баркод", "title": "Баркод",
"bx_field": "BARCODE", "bx_field": "BARCODE",
"onec_field": "barcode" "onec_field": "barcode",
"type_field": "string"
}, },
{ {
"title": "Икпу", "title": "Икпу",
"bx_field": "IKPU", "bx_field": "IKPU",
"onec_field": "ikpu" "onec_field": "ikpu",
"type_field": "string"
} }
] ]
}, },
......
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