[freeside-commits] freeside/httemplate/view svc_dsl.cgi,1.6,1.7
Erik Levinson
levinse at wavetail.420.am
Mon Nov 29 14:11:03 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv3008/httemplate/view
Modified Files:
svc_dsl.cgi
Log Message:
svc_dsl, ikano, on-going implementation, initial commit of freeside-pull-dsl, RT7111
Index: svc_dsl.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_dsl.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- svc_dsl.cgi 29 Nov 2010 05:27:02 -0000 1.6
+++ svc_dsl.cgi 29 Nov 2010 22:11:01 -0000 1.7
@@ -51,12 +51,16 @@
'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>
More information about the freeside-commits
mailing list