[freeside-commits] branch master updated. 56135d254ea247875ff0a3775a94dddb9ceb0490
Jonathan Prykop
jonathan at 420.am
Fri Feb 20 17:24:50 PST 2015
The branch, master has been updated
via 56135d254ea247875ff0a3775a94dddb9ceb0490 (commit)
from 1ac6983f11ce30a2196ef5e44c051a34c776831f (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 56135d254ea247875ff0a3775a94dddb9ceb0490
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Fri Feb 20 19:24:27 2015 -0600
RT#23741 Multiple payment options [quick fallout fix]
diff --git a/FS/FS/part_event/Condition/has_cust_payby_auto.pm b/FS/FS/part_event/Condition/has_cust_payby_auto.pm
index edfb7ec..dce97df 100644
--- a/FS/FS/part_event/Condition/has_cust_payby_auto.pm
+++ b/FS/FS/part_event/Condition/has_cust_payby_auto.pm
@@ -3,6 +3,7 @@ package FS::part_event::Condition::has_cust_payby_auto;
use strict;
use Tie::IxHash;
use FS::payby;
+use FS::Record qw(qsearch);
use base qw( FS::part_event::Condition );
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_event/Condition/has_cust_payby_auto.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list