From acd68a24195f6e2bd65d58833047256fafba6e13 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 May 2012 20:34:56 -0700 Subject: fix service definition modifiers (inventory, hardware) w/svc_broadband, RT#17659 --- httemplate/edit/process/elements/process.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'httemplate/edit/process/elements/process.html') 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 ); -- cgit v1.2.1