add disable_cron_billing config, RT#6407
[freeside.git] / FS / bin / freeside-daily
index 04073d4..1be98ac 100755 (executable)
@@ -12,6 +12,7 @@ getopts("p:a:d:vl:sy:nmrkg:", \%opt);
 my $user = shift or die &usage;
 adminsuidsetup $user;
 
+#you can skip this by setting the disable_cron_billing config
 use FS::Cron::bill qw(bill);
 bill(%opt);