From bbb964f422aa3886bf873c790aeee973b570effa Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 16 Nov 2023 15:12:18 +0100 Subject: [PATCH] MT#58765 expand zones in billing fees response Change-Id: I91b4ccdcc2146581e56310ef1c7af0ebb1f656d9 --- lib/NGCP/Panel/Form/Expand.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/NGCP/Panel/Form/Expand.pm b/lib/NGCP/Panel/Form/Expand.pm index 3d6e113869..5fdb9d20b8 100644 --- a/lib/NGCP/Panel/Form/Expand.pm +++ b/lib/NGCP/Panel/Form/Expand.pm @@ -230,4 +230,14 @@ has_field 'invoice_template_id' => ( }, ); +has_field 'billing_zone_id' => ( + type => 'PosInteger', + element_attr => { + expand => { + class => 'NGCP::Panel::Role::API::BillingZones', + allowed_roles => [qw(admin reseller ccareadmin ccare)], + }, + }, +); + 1;