From: Jonathan Prykop Date: Tue, 25 Aug 2015 06:17:24 +0000 (-0500) Subject: RT#18361: Delay package from billing until services are provisioned [start_on_hold... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=33b89d345f9f3f687c958056aeb85471f7f4c8f5 RT#18361: Delay package from billing until services are provisioned [start_on_hold toggles checkboxes display] --- diff --git a/httemplate/elements/tr-pkg_svc.html b/httemplate/elements/tr-pkg_svc.html index cfef51ce2..1e9c0a38b 100644 --- a/httemplate/elements/tr-pkg_svc.html +++ b/httemplate/elements/tr-pkg_svc.html @@ -4,6 +4,12 @@ <% itable('', 4, 1) %> <% $thead %> + + %foreach my $part_svc ( @part_svc ) { % my $svcpart = $part_svc->svcpart; % my $pkg_svc = $pkg_svc{$svcpart} @@ -78,9 +84,13 @@ > - - > + + > + % foreach ( 1 .. $columns-1 ) { @@ -92,10 +102,31 @@ % } % $count++; % -% } +% } # foreach $part_svc + + % if ( scalar(@possible_exports) > 0 || scalar(@mapped_exports) > 0 ) { @@ -137,7 +168,7 @@ my $thead = "\n\n". ntable('#cccccc', 2). ''. ''. ''. - ''. + ''. ''; my $part_pkg = $opt{'object'};
ExportServiceHide
from
Invoices
Bulk
Charge
Hold
Until
Provision
Remove Hold After Provisioning