X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_circuit.html;h=42bfc4b218ac7d9ef61bcf94c4a99cb5d691fb67;hb=96419278c8a1370b34246515591f0b620adb94c2;hp=c8d5d23ee7a17ff2dfb23aabff70d14d44895714;hpb=1be5d7ada63dc18682e4b6747c66bfed4f34945c;p=freeside.git diff --git a/httemplate/view/svc_circuit.html b/httemplate/view/svc_circuit.html index c8d5d23ee..42bfc4b21 100644 --- a/httemplate/view/svc_circuit.html +++ b/httemplate/view/svc_circuit.html @@ -53,10 +53,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' }, );