From 1594e450be1c4f0c9f9a2d98ab72c714a4695bdc Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 29 Nov 2010 02:30:39 +0000 Subject: move DSL notes into a dsl_note table, implement partial ikano dsl_pull --- httemplate/view/svc_dsl.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi index f34e31736..1107d46c8 100644 --- a/httemplate/view/svc_dsl.cgi +++ b/httemplate/view/svc_dsl.cgi @@ -57,6 +57,6 @@ my $svc_cb = sub { # else add any other export-specific stuff here $footer = "".$export->status_line($svc_x).""; - $footer .= "


Order Notes:
".$export->notes_html; + $footer .= "


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