From 4e1e6d1a69d6c1f08c24859f7ed70b4489b691bf Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 29 Nov 2010 22:11:01 +0000 Subject: svc_dsl, ikano, on-going implementation, initial commit of freeside-pull-dsl, RT7111 --- httemplate/view/svc_dsl.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/view/svc_dsl.cgi') diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi index 14c1eb26d..7bbdca1c7 100644 --- a/httemplate/view/svc_dsl.cgi +++ b/httemplate/view/svc_dsl.cgi @@ -51,12 +51,16 @@ my $svc_cb = sub { 'last', 'company' ); + my $status = ''; if($export->exporttype eq 'ikano') { push @fields, qw ( username password isp_chg isp_prev staticips ); + $status = "Ikano " . $svc_x->vendor_order_type . " order #" + . $svc_x->vendor_order_id . "   Status: " + . $svc_x->vendor_order_status; } # else add any other export-specific stuff here - $footer = "".$export->status_line($svc_x).""; + $footer = "$status"; $footer .= "


Order Notes:
".$export->notes_html($svc_x); }; -- cgit v1.2.1