RT#23741 Multiple payment options [quick fallout fix]
[freeside.git] / 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 );