diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:27:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:27:21 -0700 |
commit | fa2d8d66b29628e95a8a3aad05e59cbb173f4671 (patch) | |
tree | 4ea58297590252c0b7fc4c617af4bf331704a748 /httemplate/misc/merge_cust.html | |
parent | 811e59bef46fb10d713f7ed5b81183ed1293072a (diff) |
remove customer deletion
Diffstat (limited to 'httemplate/misc/merge_cust.html')
-rw-r--r-- | httemplate/misc/merge_cust.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/merge_cust.html b/httemplate/misc/merge_cust.html index 9c869fa21..c923b7b1f 100644 --- a/httemplate/misc/merge_cust.html +++ b/httemplate/misc/merge_cust.html @@ -43,7 +43,7 @@ function do_submit_merge() { 'curr_value' => scalar($cgi->param('new_custnum')), &> -% if ( $conf->exists('deletecustomers') ) { +% if ( 0 ) { #we start supporting payment info merge again in some way % if ( scalar($cust_main->ncancelled_pkgs) ) { <TR> @@ -67,7 +67,7 @@ function do_submit_merge() { 'value' => 'Y', 'curr_value' => scalar($cgi->param('merge')), &> - Merge invoices, payments/credits, notes, tickets and delete this customer. + Merge invoices, payments/credits, notes, tickets and delete<!-- ^Warchive --> this customer. </TD> </TR> % } |