RT#23741 Multiple payment options [quick fallout fix]
authorJonathan Prykop <jonathan@freeside.biz>
Sat, 21 Feb 2015 01:24:27 +0000 (19:24 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Sat, 21 Feb 2015 01:24:27 +0000 (19:24 -0600)
FS/FS/part_event/Condition/has_cust_payby_auto.pm

index edfb7ec..dce97df 100644 (file)
@@ -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 );