From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- .../misc/xmlhttp-cust_main-discount_terms.cgi | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 httemplate/misc/xmlhttp-cust_main-discount_terms.cgi (limited to 'httemplate/misc/xmlhttp-cust_main-discount_terms.cgi') diff --git a/httemplate/misc/xmlhttp-cust_main-discount_terms.cgi b/httemplate/misc/xmlhttp-cust_main-discount_terms.cgi deleted file mode 100644 index 71e2da597..000000000 --- a/httemplate/misc/xmlhttp-cust_main-discount_terms.cgi +++ /dev/null @@ -1,24 +0,0 @@ -% if ( $sub eq 'discount_terms' ) { -% -% my $return = []; -% my $custnum = $cgi->param('arg'); -% my $cust_main = ''; -% $cust_main = qsearchs({ -% 'table' => 'cust_main', -% 'hashref' => { 'custnum' => $custnum }, -% 'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql, -% }); -% -% if ($cust_main) { -% $return = [ map [ $_, "$_ months" ], $cust_main->discount_terms ]; -% } -% -<% objToJson($return) %> -% } -<%init> - -my $conf = new FS::Conf; - -my $sub = $cgi->param('sub'); - - -- cgit v1.2.1