optimize customer view (esp. with lots of commission credits), RT#26416
[freeside.git] / httemplate / view / cust_main / payment_history / voided_credit.html
index 0723a72..9ff4c1b 100644 (file)
@@ -14,8 +14,6 @@ my( $cust_credit_void, %opt ) = @_;
 
 my $date_format = $opt{'date_format'} || '%m/%d/%Y';
 
-my $curuser = $FS::CurrentUser::CurrentUser;
-
 #my $unvoid = ''; # not yet available
 my $reason = $cust_credit_void->reason;
 $reason = " ($reason)" if $reason;