X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_credit.cgi;h=13d062c741f5fb5b3fbf80f464c1e0c07ddf4c2a;hb=633c48448d9468690b7ad77eb6ff7c660a286658;hp=946b1087b665ae5b9057c69d63ef4687e3098a31;hpb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;p=freeside.git diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 946b1087b..13d062c74 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -1,69 +1,38 @@ -<% +<% include('/elements/header-popup.html', 'Enter Credit') %> -my $conf = new FS::Conf; -my($custnum, $amount, $reason); -if ( $cgi->param('error') ) { - #$cust_credit = new FS::cust_credit ( { - # map { $_, scalar($cgi->param($_)) } fields('cust_credit') - #} ); - $custnum = $cgi->param('custnum'); - $amount = $cgi->param('amount'); - #$refund = $cgi->param('refund'); - $reason = $cgi->param('reason'); -} else { - my($query) = $cgi->keywords; - $query =~ /^(\d+)$/; - $custnum = $1; - $amount = ''; - #$refund = 'yes'; - $reason = ''; -} -my $_date = time; - -my $otaker = getotaker; - -my $p1 = popurl(1); - -%> - -<%= header("Post Credit", '') %> - -<% if ( $cgi->param('error') ) { %> - Error: <%= $cgi->param('error') %> +% if ( $cgi->param('error') ) { + Error: <% $cgi->param('error') %>

-<% } %> - - +% } -
+ - + - + - + Credit - -<%= ntable("#cccccc", 2) %> +<% ntable("#cccccc", 2) %> Date - <%= time2str("%D",$_date) %> + <% time2str("%D",$_date) %> Amount - $ + $ -<% -#print qq! Also post refund!; -%> +% +%#print qq! Also post refund!; +% Reason - + @@ -74,7 +43,38 @@ Credit
-
-
- + +
+ + + + +<%once> +my $conf = new FS::Conf; + + +<%init> +my($custnum, $amount, $reason); +if ( $cgi->param('error') ) { + #$cust_credit = new FS::cust_credit ( { + # map { $_, scalar($cgi->param($_)) } fields('cust_credit') + #} ); + $custnum = $cgi->param('custnum'); + $amount = $cgi->param('amount'); + #$refund = $cgi->param('refund'); + $reason = $cgi->param('reason'); +} else { + my($query) = $cgi->keywords; + $query =~ /^(\d+)$/; + $custnum = $1; + $amount = ''; + #$refund = 'yes'; + $reason = ''; +} +my $_date = time; + +my $otaker = getotaker; + +my $p1 = popurl(1); +