X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_circuit.html;h=579ef51505a9cfcf5403cebd7db53a5c669cbbde;hp=c8d5d23ee7a17ff2dfb23aabff70d14d44895714;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hpb=1af8ff7f48f7259fc99f090c301c84b9680fdb4d diff --git a/httemplate/view/svc_circuit.html b/httemplate/view/svc_circuit.html index c8d5d23ee..579ef5150 100644 --- a/httemplate/view/svc_circuit.html +++ b/httemplate/view/svc_circuit.html @@ -1,8 +1,9 @@ <& elements/svc_Common.html, - 'table' => 'svc_circuit', - 'labels' => \%labels, - 'fields' => \@fields, - 'html_foot' => sub { $self->call_method('.foot', @_) }, + 'table' => 'svc_circuit', + 'labels' => \%labels, + 'fields' => \@fields, + 'html_foot' => sub { $self->call_method('.foot', @_) }, + 'edit_url' => $fsurl.'edit/svc_circuit.html?', &> <%method .foot> % my $svc_circuit = shift; @@ -53,10 +54,10 @@ my @fields = ( table => 'circuit_termination', name_col => 'termination', }, - qw( vendor_qual_id vendor_order_id vendor_order_type vendor_order_status - desired_due_date due_date - endpoint_ip_addr - ), + qw( vendor_qual_id vendor_order_id vendor_order_type vendor_order_status ), + { field => 'desired_due_date', type => 'date' }, + { field => 'due_date', type => 'date' }, + 'endpoint_ip_addr', { field => 'endpoint_mac_addr', type => 'mac_addr' }, );