summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-28 20:08:51 +0000
committerlevinse <levinse>2010-11-28 20:08:51 +0000
commit53b930cc67361258ea40f793ca1eb0b3d976bd9c (patch)
tree39c61f5cbcc95ecff987b180c3b263665b8409a7 /httemplate/view
parent143c8af5f8fdd5d573e87a3255a4d003e4453d45 (diff)
ikano, svc_dsl, qual, on-going implementation, RT7111
Diffstat (limited to 'httemplate/view')
-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 fd998ae60..f34e31736 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', },