From 53b930cc67361258ea40f793ca1eb0b3d976bd9c Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 28 Nov 2010 20:08:51 +0000 Subject: ikano, svc_dsl, qual, on-going implementation, RT7111 --- httemplate/view/svc_dsl.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view/svc_dsl.cgi') 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', }, -- cgit v1.2.1