From: ivan Date: Tue, 16 Aug 2011 21:57:44 +0000 (+0000) Subject: oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=033028122bf526b3d9d366bc4c72075b87918372;p=freeside.git oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087 --- diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 24064f942..071c43a63 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -256,8 +256,8 @@ foreach my $value ( @values ) { $error = $new->replace($old, @args); } else { $error = $new->insert(@args); - $new_pkey = $new->getfield($pkey); } + $new_pkey = $new->getfield($pkey); } if ( !$error && $opt{'process_m2m'} ) {