[freeside-commits] branch FREESIDE_4_BRANCH updated. f6b60693ce7b19762d18d940e647a99bd4b4126a
Ivan Kohler
ivan at freeside.biz
Thu Aug 2 13:06:43 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via f6b60693ce7b19762d18d940e647a99bd4b4126a (commit)
from ed8e7eab97089e2ad22d63bac581b67b8b6f5454 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f6b60693ce7b19762d18d940e647a99bd4b4126a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Aug 2 13:06:42 2018 -0700
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'} ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/elements/process.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list