diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-08-02 13:06:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-08-02 13:06:39 -0700 |
commit | 0566e27675c0150f00795587c8bb1123c6a3871b (patch) | |
tree | 9202567fa46ea48ec93ae3bb2fde977a3f9ecf87 /httemplate/edit/process/elements/process.html | |
parent | 8944f813b2d664b38bcbe349ac6897a0314e3b9d (diff) |
fix editing employee pw, RT#32456
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
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'} ) { |