diff --git a/reports/aws_products/entrypoint.py b/reports/aws_products/entrypoint.py index 3ecc432..fced353 100644 --- a/reports/aws_products/entrypoint.py +++ b/reports/aws_products/entrypoint.py @@ -71,6 +71,7 @@ def generate(client, parameters, progress_callback): get_value(subscription['tiers']["customer"]["contact_info"], "contact", "email"), get_asset_parameter(subscription, "isGovernmentEntity"), get_asset_parameter(subscription, "useAccountFor"), + get_asset_parameter(subscription, "orderMode"), get_value(subscription['tiers'], "tier1", "external_id"), get_value(subscription['tiers'], "tier1", "name"), get_value(subscription['tiers']["tier1"], "contact_info", "address_line1"), @@ -84,4 +85,4 @@ def generate(client, parameters, progress_callback): get_awsmpn(get_value(subscription['tiers'], "tier1", 'id'), subscription['product']['id']) ) progress += 1 - progress_callback(progress, total_subscriptions) \ No newline at end of file + progress_callback(progress, total_subscriptions) diff --git a/reports/aws_products/template.xlsx b/reports/aws_products/template.xlsx index d9cd318..21a006c 100644 Binary files a/reports/aws_products/template.xlsx and b/reports/aws_products/template.xlsx differ