TT#13788 fix added customer details links uri

Change-Id: Ib5a0c34e73655894312e497674ffaec33f10ebed
changes/47/12447/1
Rene Krenn 9 years ago
parent 11bf95ffea
commit e154c2e527

@ -256,6 +256,7 @@ sub create :Chained('list_customer') :PathPart('create') :Args(0) {
delete $c->session->{created_objects}->{billing_profile};
delete $c->session->{created_objects}->{network};
delete $c->session->{created_objects}->{profile_package};
my $uri = $c->uri_for_action("/customer/details", [$contract->id]);
NGCP::Panel::Utils::Message::info(
c => $c,
cname => 'create',

Loading…
Cancel
Save