diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-03 13:02:20 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-03 13:02:20 -0700 |
| commit | 1c3744c90bda86f8dc37666651c455e33ede9cab (patch) | |
| tree | da8e12733c9fee213ea296fb736d9bad39ab08a0 | |
| parent | 74bd452f229bca49696001d1dbc23fd3911b512d (diff) | |
fix pending payment popups
| -rwxr-xr-x | httemplate/search/cust_pay_pending.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/search/cust_pay_pending.html b/httemplate/search/cust_pay_pending.html index 8b7350853..2afce0ce9 100755 --- a/httemplate/search/cust_pay_pending.html +++ b/httemplate/search/cust_pay_pending.html @@ -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, |
