summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_dsl.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_dsl.cgi')
-rw-r--r--httemplate/view/svc_dsl.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi
index fd998ae..f34e317 100644
--- a/httemplate/view/svc_dsl.cgi
+++ b/httemplate/view/svc_dsl.cgi
@@ -38,12 +38,12 @@ my $svc_cb = sub {
my $export = @exports[0];
$opt->{'disable_unprovision'} = 1;
- @fields = ( 'svctn',
+ @fields = ( 'phonenum',
{ field => 'loop_type',
value => 'FS::part_export::'.$export->exporttype.'::loop_type_long'
},
- { field => 'desired_dd', type => 'date', },
- { field => 'dd', type => 'date', },
+ { field => 'desired_due_date', type => 'date', },
+ { field => 'due_date', type => 'date', },
{ field => 'pushed', type => 'datetime', },
{ field => 'monitored', type => 'checkbox', },
{ field => 'last_pull', type => 'datetime', },