diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-20 19:24:27 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-20 19:24:27 -0600 |
| commit | 56135d254ea247875ff0a3775a94dddb9ceb0490 (patch) | |
| tree | a36d888d07e4122500f6cfa721917c0affea9e01 | |
| parent | 1ac6983f11ce30a2196ef5e44c051a34c776831f (diff) | |
RT#23741 Multiple payment options [quick fallout fix]
| -rw-r--r-- | FS/FS/part_event/Condition/has_cust_payby_auto.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 edfb7eccb..dce97df8f 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 ); |
