From: Ivan Kohler Date: Wed, 24 Jan 2018 23:28:59 +0000 (-0800) Subject: fix initial employee add w/password, RT#32456 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3dd3c5bb7cb8343733164dd706b333ae3f67a55a 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, ) %>