X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_credit.cgi;h=36109cf5d8c89924a5014e8f0eda437bf778b766;hb=1d920e3661c29398763d05c82bbe3a493a19fbae;hp=b6924f4d93523e35e69004794b757ec5e2fd2379;hpb=e8a09e945986a32f9b7d0a5d546142ada91654ca;p=freeside.git diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index b6924f4d9..36109cf5d 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -1,9 +1,6 @@ <% include('/elements/header-popup.html', 'Enter Credit') %> -% if ( $cgi->param('error') ) { - Error: <% $cgi->param('error') %> -

-% } +<% include('/elements/error.html') %>
@@ -30,7 +27,12 @@ Credit %#print qq! Also post refund!; % -<% include('/elements/tr-select-reason.html', 'reasonnum', 'R', '', '', '', 'document.credit_popup.submit',) %> +<% include('/elements/tr-select-reason.html', + 'field' => 'reasonnum', + 'reason_class' => 'R', + 'control_button' => 'document.credit_popup.submit', + ) +%> Auto-apply
to invoices @@ -46,12 +48,16 @@ Credit
- <%once> + my $conf = new FS::Conf; - + <%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Post credit'); + my($custnum, $amount, $reason); if ( $cgi->param('error') ) { #$cust_credit = new FS::cust_credit ( { @@ -74,4 +80,5 @@ my $_date = time; my $otaker = getotaker; my $p1 = popurl(1); +