diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-05-11 20:44:16 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-05-11 20:44:16 -0400 |
commit | 2eea268a59cf357853e31ff8d5db6033e4bdc8ea (patch) | |
tree | 9db1411647797afcbeb68d9e2e833639e8491646 /FS | |
parent | 18bc864bfbf806ea49323094f2f571e9cefd0498 (diff) | |
parent | 4171d4440a6bf042f342095f13439a5f9d27487d (diff) |
Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main/Billing_Realtime.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 75c310e7a..78f2cbcbe 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -1203,6 +1203,7 @@ sub _realtime_bop_result { "resolved - error updating status for paypendingnum ". $cust_pay_pending->paypendingnum. ": $cpp_done_err \n"; warn $e; + #XXX internal system log $e (what's going on?) $perror = "$e ($perror)"; } |