fix initial employee add w/password, RT#32456
authorIvan Kohler <ivan@freeside.biz>
Wed, 24 Jan 2018 23:29:03 +0000 (15:29 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 24 Jan 2018 23:29:03 +0000 (15:29 -0800)
httemplate/edit/process/access_user.html

index c318906..fcd210f 100644 (file)
@@ -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,
              )
 %>