summaryrefslogtreecommitdiff
path: root/httemplate/misc/void-cust_pay.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/void-cust_pay.cgi')
-rwxr-xr-xhttemplate/misc/void-cust_pay.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/void-cust_pay.cgi b/httemplate/misc/void-cust_pay.cgi
index 7b484e9..31b7a62 100755
--- a/httemplate/misc/void-cust_pay.cgi
+++ b/httemplate/misc/void-cust_pay.cgi
@@ -12,7 +12,7 @@ my $paynum = $1;
my $cust_pay = qsearchs('cust_pay',{'paynum'=>$paynum});
-my $right = 'Regular void';
+my $right = 'Void payments';
$right = 'Credit card void' if $cust_pay->payby eq 'CARD';
$right = 'Echeck void' if $cust_pay->payby eq 'CHEK';