summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_dsl.cgi6
1 files changed, 5 insertions, 1 deletions
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 = "<B>".$export->status_line($svc_x)."</B>";
+ $footer = "<B>$status</B>";
$footer .= "<BR><BR><BR><B>Order Notes:</B><BR>".$export->notes_html($svc_x);
};
</%init>