summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-29 02:30:39 +0000
committerlevinse <levinse>2010-11-29 02:30:39 +0000
commit1594e450be1c4f0c9f9a2d98ab72c714a4695bdc (patch)
tree3ac03e5f1ec518ba5fe531d1c85edbbd5361589e /httemplate
parent53b930cc67361258ea40f793ca1eb0b3d976bd9c (diff)
move DSL notes into a dsl_note table, implement partial ikano dsl_pull
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/svc_dsl.cgi2
1 files changed, 1 insertions, 1 deletions
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 = "<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>