summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-25 16:32:30 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-08-29 18:48:23 -0500
commite5aee97b7d4c0cd8d6d0c3f0b1bca05adb676d7d (patch)
treefcbd627892b8bc5c13a9ac0e3b593523e25699b1 /httemplate/view
parentcd4651d982b36a8ac8f9e57ef1b9c34734259cdc (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.html1
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',
);