[freeside-commits] branch FREESIDE_4_BRANCH updated. 3dd3c5bb7cb8343733164dd706b333ae3f67a55a

Ivan Kohler ivan at freeside.biz
Wed Jan 24 15:29:00 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  3dd3c5bb7cb8343733164dd706b333ae3f67a55a (commit)
      from  4a7ad57104162ad7f4e19fed3cee762bfcf9bb55 (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 3dd3c5bb7cb8343733164dd706b333ae3f67a55a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 24 15:28:59 2018 -0800

    fix initial employee add w/password, RT#32456

diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html
index c31890653..fcd210f83 100644
--- a/httemplate/edit/process/access_user.html
+++ b/httemplate/edit/process/access_user.html
@@ -11,7 +11,7 @@
                                        'target_table' => 'access_group',
                                      },
                  'precheck_callback'        => \&precheck_callback,
-                 'post_new_object_callback' => \&post_new_object_callback,
+                 #'post_new_object_callback' => \&post_new_object_callback,
                  'noerror_callback'         => \&noerror_callback,
              )
 %>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/process/access_user.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list