[freeside-commits] branch FREESIDE_3_BRANCH updated. 9c659edbaa1789b28b3da47779bbf17508bea9c5
Ivan
ivan at 420.am
Mon Jun 3 11:02:35 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 9c659edbaa1789b28b3da47779bbf17508bea9c5 (commit)
from 46c68293e3e9a0bec7b7141b200708512199e0a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9c659edbaa1789b28b3da47779bbf17508bea9c5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jun 3 11:02:27 2013 -0700
fix payment deletion w/email notifications, RT#23388
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm
index 38a11ed..d3e0301 100644
--- a/FS/FS/cust_pay.pm
+++ b/FS/FS/cust_pay.pm
@@ -10,6 +10,7 @@ use Date::Format;
use Business::CreditCard;
use Text::Template;
use FS::UID qw( getotaker );
+use FS::Misc qw( send_email );
use FS::Record qw( dbh qsearch qsearchs );
use FS::CurrentUser;
use FS::payby;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_pay.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list