X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=37befb5155d9bde8a2836395584b76c26f7568d7;hb=d39978bc228a538071e062329532e33df4a6dc9d;hp=403829ac232fdbb9686f5a53c631c9f53191319e;hpb=cd278c142b76d30adf9e51ae4c47d01d754cdd59;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index 403829ac2..37befb515 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,17 +5,25 @@ 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 Cron::bill + Cron::backup Cron::upload spool_upload daily queue upgrade upgrade_taxable_billpkgnum + freeside-paymentech-upload + freeside-paymentech-download + test ) ); =head1 NAME