diff options
author | mark <mark> | 2011-01-01 06:39:17 +0000 |
---|---|---|
committer | mark <mark> | 2011-01-01 06:39:17 +0000 |
commit | 29c296af24c09dc904f6fad51edbf3c5f2f085d3 (patch) | |
tree | b483d255acfd97b9adcd97ecee949f88972f485e /FS/bin/freeside-daily | |
parent | c587b5fdc7175c2a752558efccfc3f424cff6c0d (diff) |
ticketing escalation, part 1, RT#8254
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-x | FS/bin/freeside-daily | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 6a542c7cd..ee3cda63e 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -50,6 +50,10 @@ if ( $opt{u} ) { use FS::Cron::backup qw(backup_scp); backup_scp(); +#same +use FS::Cron::rt_tasks qw(rt_escalate); +rt_escalate(%opt); + ### # subroutines ### |