X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=ee3e413ee91fa60e71bc276801f56046ac145bb2;hb=6dfa4e6c301d65fdecfb6891fe0bb545aabc8d43;hp=ff3471760d5e8d34d1641544e4c0de868a9eea2a;hpb=b8fc5d2178e7358661e37ef97b7619f7a9080f3a;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index ff3471760..ee3e413ee 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,11 +5,16 @@ use base qw( FS::Record ); use FS::Record qw( qsearch qsearchs ); my @contexts = ( qw( - test bill_and_collect FS::cust_main::Billing::bill_and_collect FS::cust_main::Billing::bill + FS::cust_main::Billing_Realtime::realtime_bop + FS::cust_main::Billing_Realtime::realtime_verify_bop FS::pay_batch::import_from_gateway + FS::part_pkg + FS::Misc::Geo::standardize_uscensus + FS::saved_search::send + FS::saved_search::render Cron::bill Cron::backup Cron::upload @@ -20,6 +25,7 @@ my @contexts = ( qw( upgrade_taxable_billpkgnum freeside-paymentech-upload freeside-paymentech-download + test ) ); =head1 NAME