summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_dsl.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-29 22:11:01 +0000
committerlevinse <levinse>2010-11-29 22:11:01 +0000
commit4e1e6d1a69d6c1f08c24859f7ed70b4489b691bf (patch)
tree25e6366f83cc1fa3989d8812e3e8204cf148bce8 /httemplate/view/svc_dsl.cgi
parent136200fb9ff797ea0ca44c00b5070129f35f47ce (diff)
svc_dsl, ikano, on-going implementation, initial commit of freeside-pull-dsl, RT7111
Diffstat (limited to 'httemplate/view/svc_dsl.cgi')
-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 . " &nbsp; 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>