From 369cc8545df88dd4e717ccd8f6aa8719bc4308b3 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 27 Aug 2005 08:46:58 +0000 Subject: add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban payinfo --- httemplate/view/cust_main.cgi | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 8794f3074..50f121816 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -35,18 +35,35 @@ print qq!Edit this customer!; %> - + + + -<% +<% if ( $cust_main->ncancelled_pkgs ) { %> + + | Cancel this customer -print qq! | !. - 'Cancel this customer' - if $cust_main->ncancelled_pkgs; +<% } %> + +<% print qq! | !. 'Delete this customer' -- cgit v1.2.1