From: ivan Date: Tue, 16 Aug 2011 21:57:45 +0000 (+0000) Subject: oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087 X-Git-Tag: freeside_2_3_1~327 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=747a19687ad2ccc676ea3d6f024d87410dc797e8 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'} ) {