X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fcust_credit.cgi;h=c9ca31ff39194f23b2775784ba2e8d01101d36a7;hb=145e7ee0b767e95c229657680ae477bb693ac7fc;hp=c54fb81478569e1b8e7cea63e74f8fe50da07b15;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index c54fb8147..c9ca31ff3 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -1,50 +1,16 @@ -% -% -%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); -% -% <% include('/elements/header-popup.html', 'Enter Credit') %> -% if ( $cgi->param('error') ) { - - Error: <% $cgi->param('error') %> -

-% } - - +<% include('/elements/error.html') %> -
+ - + Credit - <% ntable("#cccccc", 2) %> @@ -54,17 +20,20 @@ Credit Amount - $ + $ + % %#print qq! Also post refund!; % - - - Reason - - +<% include( '/elements/tr-select-reason.html', + 'field' => 'reasonnum', + 'reason_class' => 'R', + 'control_button' => "document.getElementById('confirm_credit_button')", + 'cgi' => $cgi, + ) +%> Auto-apply
to invoices @@ -74,7 +43,26 @@ Credit
-
-
- + +
+ + + +<%once> + +my $conf = new FS::Conf; + + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Post credit'); + +my $custnum = $cgi->param('custnum'); +my $amount = $cgi->param('amount'); +my $_date = time; +my $otaker = getotaker; +my $p1 = popurl(1); + +