From 90398f046915a915f65976e33ce060ac5baabbae Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 6 Jul 2013 16:50:09 -0700 Subject: delayed package start option, #20686 --- httemplate/edit/part_pkg.cgi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/part_pkg.cgi') diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 38505b5f3..8d33ba647 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -54,6 +54,7 @@ 'report_option' => 'Report classes', 'fcc_ds0s' => 'Voice-grade equivalents', 'fcc_voip_class' => 'Category', + 'delay_start' => 'Default delay (days)', }, 'fields' => [ @@ -170,6 +171,16 @@ { field=>'setup_cost', type=>'money', }, { field=>'recur_cost', type=>'money', }, + ( $conf->exists('part_pkg-delay_start') + ? ( { type => 'tablebreak-tr-title', + value => 'Delayed start', + }, + { field => 'delay_start', + type => 'text', size => 6 }, + ) + : () + ), + { type => 'columnnext' }, { field => 'agent_type', @@ -201,7 +212,6 @@ : () ), - { type => 'columnend' }, { 'type' => $report_option ? 'tablebreak-tr-title' -- cgit v1.2.1