summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-01-24 15:29:03 -0800
committerIvan Kohler <ivan@freeside.biz>2018-01-24 15:29:03 -0800
commitf4209091a9f7120f1961ab2d2efd4d3a00b94268 (patch)
treef2dceacc5cdd38f0c17ffaf1940576bc433c8699 /httemplate/edit/process
parent73bc4b116c6436e5992058c7909437a0ff9884a6 (diff)
fix initial employee add w/password, RT#32456
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/access_user.html2
1 files changed, 1 insertions, 1 deletions
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,
)
%>