From: Ivan Kohler Date: Thu, 2 Aug 2018 20:06:42 +0000 (-0700) Subject: fix editing employee pw, RT#32456 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f6b60693ce7b19762d18d940e647a99bd4b4126a;p=freeside.git fix editing employee pw, RT#32456 --- diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 85f060e32..d2b037053 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -280,7 +280,7 @@ foreach my $value ( @values ) { } if ( $opt{'post_new_object_callback'} ) { - &{ $opt{'post_new_object_callback'} }( $cgi, $new ); + $error ||= &{ $opt{'post_new_object_callback'} }( $cgi, $new ); } if ( $opt{'agent_virt'} ) {