This commit was manufactured by cvs2svn to create tag 'freeside_2_1_1'.
[freeside.git] / httemplate / view / cust_main / payment_history.html
index 5586897..b84883a 100644 (file)
@@ -412,16 +412,6 @@ foreach my $cust_pay ($cust_main->cust_pay) {
   };
 }
 
-#pending payments 
-foreach my $cust_pay_pending ($cust_main->cust_pay_pending) {
-  push @history, {
-    'date'    => $cust_pay_pending->_date,
-    'desc'    => include('payment_history/pending_payment.html', $cust_pay_pending, %opt ),
-    'void_payment' => $cust_pay_pending->paid, 
-  };
-}
-
-
 #voided payments
 foreach my $cust_pay_void ($cust_main->cust_pay_void) {
   push @history, {