From f74d796132ff3e1320ebaadb3187393a9334a93a Mon Sep 17 00:00:00 2001 From: Laurent Buhler Date: Tue, 9 Aug 2022 14:38:23 -0700 Subject: [PATCH] chore: replace by kit_items json field --- transcriptic/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcriptic/commands.py b/transcriptic/commands.py index ba16a6d..545f2e6 100644 --- a/transcriptic/commands.py +++ b/transcriptic/commands.py @@ -571,7 +571,7 @@ def resources(api, query): if "vendor" in list(x.keys()) else "", } - for y in x["kit_items"] + for y in x["orderable_material_components"] if (y["provisionable"] and not y["reservable"]) ], kit_req["results"],