72157: Monthly recurring field is missing [ajax only for cust with many packages]
[freeside.git] / FS / FS / log_context.pm
index 403829a..0d62209 100644 (file)
@@ -9,6 +9,11 @@ my @contexts = ( qw(
   bill_and_collect
   FS::cust_main::Billing::bill_and_collect
   FS::cust_main::Billing::bill
+  FS::cust_main::Billing_Realtime::realtime_verify_bop
+  FS::part_pkg
+  FS::Misc::Geo::standardize_uscensus
+  FS::saved_search::send
+  FS::saved_search::render
   Cron::bill
   Cron::upload
   spool_upload
@@ -16,6 +21,8 @@ my @contexts = ( qw(
   queue
   upgrade
   upgrade_taxable_billpkgnum
+  freeside-paymentech-upload
+  freeside-paymentech-download
 ) );
 
 =head1 NAME