whitespace only
[freeside.git] / httemplate / search / cust_credit.html
index 1b39b05..c0da01a 100755 (executable)
@@ -53,7 +53,7 @@ if ($unapplied) {
   push @style, '';
 }
 
-push @header, emt('Date'), 
+push @header, emt('Date'),
               emt('By'),
               emt('Reason'),
               emt('Info'),
@@ -199,7 +199,7 @@ my $where = 'WHERE '. join(' AND ', @search);
 
 my $count_query = 'SELECT COUNT(*), SUM(amount) ';
 $count_query .= ', SUM(' . FS::cust_credit->unapplied_sql . ') ' if $unapplied;
-$count_query .= 'FROM cust_credit'. 
+$count_query .= 'FROM cust_credit'.
                   $addl_from. FS::UI::Web::join_cust_main('cust_credit').
                   $where;