X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Flog_context.pm;h=37befb5155d9bde8a2836395584b76c26f7568d7;hb=0abdebedb22597b1e9c0b3e1c0fc91a5e7116388;hp=ab1b0c388a171884f31b809db32ed8eae99cc38b;hpb=af3030ce8b5be0c280f39eb7ffb8bebcb7953f56;p=freeside.git diff --git a/FS/FS/log_context.pm b/FS/FS/log_context.pm index ab1b0c388..37befb515 100644 --- a/FS/FS/log_context.pm +++ b/FS/FS/log_context.pm @@ -5,12 +5,13 @@ 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 @@ -22,6 +23,7 @@ my @contexts = ( qw( upgrade_taxable_billpkgnum freeside-paymentech-upload freeside-paymentech-download + test ) ); =head1 NAME