From: ivan Date: Mon, 26 Dec 2011 22:48:01 +0000 (+0000) Subject: add -o flag to freeside-daily, to only bill for one month, RT#14904 X-Git-Tag: freeside_2_3_1~52 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=725c0511a8b93b9df40117e3478d0c605ed6cc9b add -o flag to freeside-daily, to only bill for one month, RT#14904 --- diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index ee63b9a29..b73d0b112 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -7,7 +7,7 @@ use FS::Conf; &untaint_argv; #what it sounds like (eww) use vars qw(%opt); -getopts("p:a:d:vl:sy:nmrkg:u", \%opt); +getopts("p:a:d:vl:sy:nmrkg:uo", \%opt); my $user = shift or die &usage; adminsuidsetup $user;