[freeside-commits] freeside/httemplate/edit/process/elements process.html, 1.23.2.1, 1.23.2.2
Ivan,,,
ivan at wavetail.420.am
Tue Aug 16 14:57:46 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv14876
Modified Files:
Tag: FREESIDE_2_3_BRANCH
process.html
Log Message:
oops, fix edit redirect fallout from multiple DID provisioning changes, RT#14087
Index: process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/process.html,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -w -d -r1.23.2.1 -r1.23.2.2
--- process.html 10 Aug 2011 05:22:34 -0000 1.23.2.1
+++ process.html 16 Aug 2011 21:57:44 -0000 1.23.2.2
@@ -256,8 +256,8 @@
$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'} ) {
More information about the freeside-commits
mailing list