From 27ca7447dd2ef3fc35767a1494d0b1c0f0c2d79b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 16 Jul 2010 23:46:39 +0000 Subject: customer tags, RT#9192 --- httemplate/edit/cust_main/top_misc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/edit/cust_main') diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html index d1d436851..cec24bd09 100644 --- a/httemplate/edit/cust_main/top_misc.html +++ b/httemplate/edit/cust_main/top_misc.html @@ -1,5 +1,12 @@ <% &ntable("#cccccc") %> +%# tags +<% include('/elements/tr-select-cust_tag.html', + 'custnum' => $custnum, + 'cgi' => $cgi, + ) +%> + %# agent <% include('/elements/tr-select-agent.html', 'curr_value' => $cust_main->agentnum, -- cgit v1.2.1