From e4e9e2f1fe6f48cf22486962c6bf84f50d201358 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 May 2012 20:34:47 -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 12b3bd94b..2d39e9dce 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -250,8 +250,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