From f552b4fee55910ecf202eb1eac76a10b929cc35e Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Mon, 24 Feb 2020 19:22:22 +0000 Subject: [PATCH] added CustomerType to Navigation Properties --- inventory_provider/db/ims.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory_provider/db/ims.py b/inventory_provider/db/ims.py index 6f952413..34843fe4 100644 --- a/inventory_provider/db/ims.py +++ b/inventory_provider/db/ims.py @@ -20,7 +20,8 @@ CONTACT_PROPERTIES = { } # http://149.210.162.190:81/ImsVersions/4.19.9/html/5a40472e-48ee-c120-0a36-52a85d52127c.htm # NOQA CUSTOMER_PROPERTIES = { - 'CustomerRelatedContacts': 32768 + 'CustomerRelatedContacts': 32768, + 'CustomerType': 262144 } # http://149.210.162.190:81/ImsVersions/4.19.9/html/2d27d509-77cb-537d-3ffa-796de7e82af8.htm # noqa NODE_PROPERTIES = { -- GitLab