[freeside-commits] freeside/httemplate/view svc_dsl.cgi,1.4,1.5

Erik Levinson levinse at wavetail.420.am
Sun Nov 28 18:30:41 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv31954/httemplate/view

Modified Files:
	svc_dsl.cgi 
Log Message:
move DSL notes into a dsl_note table, implement partial ikano dsl_pull


Index: svc_dsl.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_dsl.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- svc_dsl.cgi	28 Nov 2010 20:08:51 -0000	1.4
+++ svc_dsl.cgi	29 Nov 2010 02:30:39 -0000	1.5
@@ -57,6 +57,6 @@
     # else add any other export-specific stuff here
    
     $footer = "<B>".$export->status_line($svc_x)."</B>";
-    $footer .= "<BR><BR><BR>Order Notes:<BR>".$export->notes_html;
+    $footer .= "<BR><BR><BR>Order Notes:<BR>".$export->notes_html($svc_x);
 };
 </%init>



More information about the freeside-commits mailing list