MT#56689 fix provisisoning templates contract creation

Change-Id: I4e6b474b59e4a33d74eab0d3c7f3d146244ff62d
mr11.4
Rene Krenn 3 years ago
parent c58a8b9b1f
commit 70fc4c28d3

@ -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}}) {

Loading…
Cancel
Save