include elements/search.html the right way to avoid problems with XLS download, ...
[freeside.git] / httemplate / search / cust_pay_pending.html
index f46e08a..2afce0c 100755 (executable)
@@ -5,7 +5,6 @@
                 'name_verb'     => 'pending',
                 'disable_link'  => 1,
                 'disable_by'    => 1, #add otaker to cust_pay_pending?
-                'html_init'     => include('/elements/init_overlib.html'),
                 'addl_header'   => [ 'Time', 'Payment Status', ],
                 'addl_fields'   => [ sub { time2str('%r', shift->_date ) },
                                      $status_sub,
@@ -19,7 +18,7 @@ my %statusaction = (
   'new'        => 'delete',
   'pending'    => 'complete',
   #'authorized' => '',
-  #'captured'   => '',
+  'captured'   => 'capture',
   #'declined'   => '',
   #wouldn't need to take action on a done state#'done'
 );