diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-07-25 16:32:30 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-29 18:28:46 -0500 |
| commit | c1822833ea22d3d32d2f67412b834d48bfdef7fb (patch) | |
| tree | c848eab898c64d03f9ab91245b8edf9d5ce6d99b /httemplate/view | |
| parent | b09f61d517dc01dd2eae04b3e03a5b9e5dab1a0f (diff) | |
RT#42393: Verification cust_pay_pending handling in history & report
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/payment_history/pending_payment.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/payment_history/pending_payment.html b/httemplate/view/cust_main/payment_history/pending_payment.html index 31149231b..cf7ef7c08 100644 --- a/httemplate/view/cust_main/payment_history/pending_payment.html +++ b/httemplate/view/cust_main/payment_history/pending_payment.html @@ -12,6 +12,7 @@ my %statusaction = ( 'new' => 'delete', 'thirdparty' => 'delete', 'pending' => 'complete', + 'authorized' => 'complete', 'captured' => 'capture', ); |
