From a7d8494c57376bfc493fbaa234b250cc86a79a94 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 27 Apr 2014 14:19:59 -0700 Subject: "on hold" package ordering and status, RT#28508 also even with flag set to do so, don't adjust bill dates forward on a package which is billing while suspended, RT#27882 --- httemplate/misc/order_pkg.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'httemplate/misc/order_pkg.html') diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 080ba41d9..672e142c7 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -10,11 +10,7 @@ 'subs' => [ 'get_part_pkg_usageprice' ], &> - - - - - +<& /elements/init_calendar.html &> @@ -90,18 +86,20 @@ % } - <% mt('Start date') |h %> + <% mt('Start') |h %> + param('start') eq '' ? 'CHECKED' : ''%>>Now +   + param('start') eq 'on_hold' ? 'CHECKED' : ''%>>On hold +   + param('start') eq 'date' ? 'CHECKED' : ''%>>On date + <& /elements/input-date-field.html,{ 'name' => 'start_date', 'format' => $date_format, 'value' => '', 'noinit' => 1, } &> - - (<% mt('leave blank to start immediately') |h %>) -- cgit v1.2.1