From 70fc4c28d30a24477193c18377ac35b22be7569d Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Tue, 4 Apr 2023 16:41:40 +0200 Subject: [PATCH] MT#56689 fix provisisoning templates contract creation Change-Id: I4e6b474b59e4a33d74eab0d3c7f3d146244ff62d --- lib/NGCP/Panel/Utils/ProvisioningTemplates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/ProvisioningTemplates.pm b/lib/NGCP/Panel/Utils/ProvisioningTemplates.pm index d2623301c5..240b4f8b0a 100644 --- a/lib/NGCP/Panel/Utils/ProvisioningTemplates.pm +++ b/lib/NGCP/Panel/Utils/ProvisioningTemplates.pm @@ -804,7 +804,7 @@ sub _init_contract_context { $c->log->debug("provisioning template - contract contact: " . Dumper($context->{contract_contact})); } - if (exists $template->{contact}) { + if (exists $template->{contract}) { my %contract = (); my @identifiers = _get_identifiers($template->{contract}); foreach my $col (keys %{$template->{contract}}) {