diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:28:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:28:41 -0700 |
commit | b6b3cfc0f5967d9c2c73202ab73cadfce2a63b67 (patch) | |
tree | 98eeb317f2e0768f5593c34c169329c20c943ec4 /httemplate/edit/cust_main | |
parent | 5d3f0bee89466e382851b8d0f0c76de3f35bb6b6 (diff) | |
parent | d08a4af5ba980ca3df5f821f63500e282d442f73 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js index 0de6d9dab..9e18fa0df 100644 --- a/httemplate/edit/cust_main/bottomfixup.js +++ b/httemplate/edit/cust_main/bottomfixup.js @@ -10,8 +10,9 @@ my @fixups = ('copy_payby_fields', 'standardize_locations'); push @fixups, 'confirm_censustract' if $conf->exists('cust_main-require_censustract'); -push @fixups, 'check_unique' - if $conf->exists('cust_main-check_unique') and !$opt{'custnum'}; +# currently doesn't work; disable to avoid problems +#push @fixups, 'check_unique' +# if $conf->exists('cust_main-check_unique') and !$opt{'custnum'}; push @fixups, 'do_submit'; # always last </%init> |