[freeside-commits] freeside/httemplate/edit/process/elements process.html, 1.24, 1.25
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-serv14872
Modified Files:
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.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- process.html 10 Aug 2011 05:22:32 -0000 1.24
+++ process.html 16 Aug 2011 21:57:44 -0000 1.25
@@ -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