[freeside-commits] branch master updated. 0566e27675c0150f00795587c8bb1123c6a3871b

Ivan Kohler ivan at freeside.biz
Thu Aug 2 13:06:40 PDT 2018


The branch, master has been updated
       via  0566e27675c0150f00795587c8bb1123c6a3871b (commit)
      from  8944f813b2d664b38bcbe349ac6897a0314e3b9d (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 0566e27675c0150f00795587c8bb1123c6a3871b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 2 13:06:39 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