X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_refund.cgi;h=fa049a39a69eadd6140b2f6c4ae7420b09fee772;hp=f9095fd7ae486e943ef4061e4163fe84b75fbfe8;hb=8d953e7c2f94dc007d94da74650d27c5a74cc792;hpb=446fb74f2f31d48dd303c9a52105d40f11079e10 diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index f9095fd7a..fa049a39a 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -140,7 +140,7 @@ my $reason = $cgi->param('reason'); my $link = $cgi->param('popup') ? 'popup' : ''; my @rights = (); -push @rights, 'Post refund' if $payby =~ /^(BILL|CASH|MCRD)$/; +push @rights, 'Post refund' if $payby =~ /^(BILL|CASH|MCRD|MCHK)$/; push @rights, 'Post check refund' if $payby eq 'BILL'; push @rights, 'Post cash refund ' if $payby eq 'CASH'; push @rights, 'Refund payment' if $payby =~ /^(CARD|CHEK)$/;