MT#58765 expand zones in billing fees response

Change-Id: I91b4ccdcc2146581e56310ef1c7af0ebb1f656d9
mr12.1
Rene Krenn 2 years ago
parent 308a974059
commit bbb964f422

@ -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;

Loading…
Cancel
Save