summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements/process.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-08 20:34:56 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-08 20:34:56 -0700
commitacd68a24195f6e2bd65d58833047256fafba6e13 (patch)
tree13af8857a00cb9db3f5dead37dc8776ae4998054 /httemplate/edit/process/elements/process.html
parentfaadb1bcccbbdfee91afffded23dfebb89ebafe0 (diff)
fix service definition modifiers (inventory, hardware) w/svc_broadband, RT#17659
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
-rw-r--r--httemplate/edit/process/elements/process.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index 071c43a63..e33af9ddc 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -238,8 +238,6 @@ foreach my $value ( @values ) {
}
- $error ||= $new->check;
-
my @args = ();
if ( !$error && $opt{'args_callback'} ) {
@args = &{ $opt{'args_callback'} }( $cgi, $new );